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

/frameworks/base/core/java/android/widget/
H A DSimpleCursorTreeAdapter.java62 private int[] mChildTo; field in class:SimpleCursorTreeAdapter
186 mChildTo = childTo;
254 bindView(view, context, cursor, mChildFrom, mChildTo);
H A DSimpleExpandableListAdapter.java50 private int[] mChildTo; field in class:SimpleExpandableListAdapter
208 mChildTo = childTo;
229 bindView(v, mChildData.get(groupPosition).get(childPosition), mChildFrom, mChildTo);

Completed in 54 milliseconds