<?xml version="1.0" encoding="UTF-8" ?>
<component name="ml_BaseRow" extends="mv_BaseView">
    <interface>
        <field id="content" type="node" />
        <field id="index" type="integer" />
        <field id="renderState" type="string" />
        <field id="isInViewport" type="boolean" />
        <field id="height" type="integer" />
        <field id="width" type="integer" />
        <field id="alwaysNotifyContentChange" type="boolean" />
        <field id="owner" type="node" />
        <field id="state" type="string" />
        <function name="onContentItemsChange" />
        <function name="applyChildChanges" />
        <function name="updateChangedCells" />
        <function name="setContent" />
        <function name="forceUpdate" />
        <function name="updateChangedItems" />
        <function name="getIndexAfterItemUpdate" />
        <function name="getFocusedCellInfo" />
        <function name="getCellInfo" />
        <function name="getRenderer" />
        <function name="getRenderersAtSubRowIndex" />
        <function name="getRect" />
        <function name="getRowInfos" />
        <function name="getFocusIndicatorConfig" />
        <function name="chooseCellInfoForScrollingIntoRow" />
        <function name="isVerticalFlowFocusPossible" />
        <function name="moveFromPress" />
        <function name="getItemSize" />
        <function name="moveToIndex" />
        <function name="cancelMove" />
        <function name="canMoveInDirection" />
        <function name="getCellContainer" />
        <function name="recycle" />
        <function name="onDebugMChange" />
        <function name="onSyncMChange" />
        <function name="getInstance" />
        <function name="_apply" />
        <function name="createFragment" />
    </interface>
    <script type="text/brightscript" uri="pkg:/components/ml_BaseRow.brs" />
    <script type="text/brightscript" uri="pkg:/source/ml/BaseRow.brs" />
    <script type="text/brightscript" uri="pkg:/source/view/BaseView.brs" />
    <script type="text/brightscript" uri="pkg:/source/view/NodeClass.brs" />
    <script type="text/brightscript" uri="pkg:/source/core/Tasks.brs" />
    <script type="text/brightscript" uri="pkg:/source/core/Collections.brs" />
    <script type="text/brightscript" uri="pkg:/source/core/BaseClass.brs" />
    <script type="text/brightscript" uri="pkg:/source/ml/RowItemViewManager.brs" />
    <script type="text/brightscript" uri="pkg:/source/ml/ItemViewManager.brs" />
    <script type="text/brightscript" uri="pkg:/source/ml/ListMixin.brs" />
    <script type="text/brightscript" uri="pkg:/source/ml/ItemScroller.brs" />
    <script type="text/brightscript" uri="pkg:/source/view/Animation.brs" />
    <script type="text/brightscript" uri="pkg:/source/ml/ViewPortEventNotifier.brs" />
    <script type="text/brightscript" uri="pkg:/source/core/DebugTimer.brs" />
    <script type="text/brightscript" uri="pkg:/source/ml/ListItemViewManager.brs" />
    <script type="text/brightscript" uri="pkg:/source/ml/ListContentManager.brs" />
    <script type="text/brightscript" uri="pkg:/source/ml/ListItemScroller.brs" />
    <script type="text/brightscript" uri="pkg:/source/ml/CellInfo.brs" />
    <script type="text/brightscript" uri="pkg:/source/ml/List.brs" />
    <script type="text/brightscript" uri="pkg:/source/ml/FocusIndicatorConfig.brs" />
    <script type="text/brightscript" uri="pkg:/source/ml/CommonListApi.brs" />
    <script type="text/brightscript" uri="pkg:/source/ml/RowItemScroller.brs" />
    <children />
</component>
