Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTableRow.java50 private SparseIntArray mColumnToChildIndex; field in TableRow
130 if (mColumnToChildIndex == null) { in getVirtualChildAt()
134 final int deflectedIndex = mColumnToChildIndex.get(i, -1); in getVirtualChildAt()
147 if (mColumnToChildIndex == null) { in getVirtualChildCount()
154 if (mColumnToChildIndex == null) { in mapIndexAndColumns()
158 mColumnToChildIndex = new SparseIntArray(); in mapIndexAndColumns()
159 final SparseIntArray columnToChild = mColumnToChildIndex; in mapIndexAndColumns()
533 mColumnToChildIndex = null; in onChildViewAdded()
542 mColumnToChildIndex = null; in onChildViewRemoved()