Home
last modified time | relevance | path

Searched refs:mColumnToChildIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DTableRow.java51 private SparseIntArray mColumnToChildIndex; field in TableRow
131 if (mColumnToChildIndex == null) { in getVirtualChildAt()
135 final int deflectedIndex = mColumnToChildIndex.get(i, -1); in getVirtualChildAt()
148 if (mColumnToChildIndex == null) { in getVirtualChildCount()
155 if (mColumnToChildIndex == null) { in mapIndexAndColumns()
159 mColumnToChildIndex = new SparseIntArray(); in mapIndexAndColumns()
160 final SparseIntArray columnToChild = mColumnToChildIndex; in mapIndexAndColumns()
536 mColumnToChildIndex = null; in onChildViewAdded()
545 mColumnToChildIndex = null; in onChildViewRemoved()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt69567 Landroid/widget/TableRow;->mColumnToChildIndex:Landroid/util/SparseIntArray;