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

/frameworks/base/core/java/android/widget/
H A DTableRow.java51 private SparseIntArray mColumnToChildIndex; field in class:TableRow
131 if (mColumnToChildIndex == null) {
135 final int deflectedIndex = mColumnToChildIndex.get(i, -1);
148 if (mColumnToChildIndex == null) {
155 if (mColumnToChildIndex == null) {
159 mColumnToChildIndex = new SparseIntArray();
160 final SparseIntArray columnToChild = mColumnToChildIndex;
531 mColumnToChildIndex = null;
540 mColumnToChildIndex = null;

Completed in 25 milliseconds