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

/frameworks/base/core/java/android/widget/
H A DExpandableListPosition.java37 public final static int CHILD = 1; field in class:ExpandableListPosition
77 if (type == CHILD) return ExpandableListView.getPackedPositionForChild(groupPos, childPos);
86 return obtain(CHILD, groupPosition, childPosition, 0);
98 elp.type = CHILD;

Completed in 37 milliseconds