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

/frameworks/base/core/java/android/widget/
H A DExpandableListPosition.java22 * ExpandableListPosition can refer to either a group's position or a child's
28 class ExpandableListPosition { class
31 private static ArrayList<ExpandableListPosition> sPool =
32 new ArrayList<ExpandableListPosition>(MAX_POOL_SIZE);
62 * What type of position this ExpandableListPosition represents
73 private ExpandableListPosition() { method in class:ExpandableListPosition
81 static ExpandableListPosition obtainGroupPosition(int groupPosition) {
85 static ExpandableListPosition obtainChildPosition(int groupPosition, int childPosition) {
89 static ExpandableListPosition obtainPosition(long packedPosition) {
94 ExpandableListPosition el
[all...]

Completed in 281 milliseconds