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

/frameworks/base/core/java/android/widget/
H A DExpandableListPosition.java53 public int childPos; field in class:ExpandableListPosition
68 childPos = 0;
77 if (type == CHILD) return ExpandableListView.getPackedPositionForChild(groupPos, childPos);
99 elp.childPos = ExpandableListView.getPackedPositionChild(packedPosition);
106 static ExpandableListPosition obtain(int type, int groupPos, int childPos, int flatListPos) { argument
110 elp.childPos = childPos;
H A DExpandableListConnector.java175 final int childPos = flPos - (midExpGm.flPos + 1);
177 midExpGm.gPos, childPos, midExpGm, midExpGroupIndex);
275 pos.groupPos, pos.childPos, null, 0);
305 pos.groupPos, pos.childPos, midExpGm, midExpGroupIndex);
308 return PositionMetadata.obtain(midExpGm.flPos + pos.childPos
309 + 1, pos.type, pos.groupPos, pos.childPos,
348 pos.childPos, null, leftExpGroupIndex);
362 pos.childPos, null, rightExpGroupIndex);
380 retValue = mExpandableListAdapter.isChildSelectable(pos.groupPos, pos.childPos);
409 posMetadata.position.childPos);
994 obtain(int flatListPos, int type, int groupPos, int childPos, GroupMetadata groupMetadata, int groupInsertIndex) argument
[all...]

Completed in 276 milliseconds