HomeSort by relevance Sort by last modified time
    Searched refs:mChildTo (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
SimpleCursorTreeAdapter.java 62 private int[] mChildTo;
186 mChildTo = childTo;
254 bindView(view, context, cursor, mChildFrom, mChildTo);
SimpleExpandableListAdapter.java 50 private int[] mChildTo;
208 mChildTo = childTo;
229 bindView(v, mChildData.get(groupPosition).get(childPosition), mChildFrom, mChildTo);

Completed in 188 milliseconds