Searched defs:mGroupTo (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSimpleCursorTreeAdapter.java51 private int[] mGroupTo; field in class:SimpleCursorTreeAdapter
183 mGroupTo = groupTo;
264 bindView(view, context, cursor, mGroupFrom, mGroupTo);
H A DSimpleExpandableListAdapter.java44 private int[] mGroupTo; field in class:SimpleExpandableListAdapter
202 mGroupTo = groupTo;
278 bindView(v, mGroupData.get(groupPosition), mGroupFrom, mGroupTo);

Completed in 70 milliseconds