Home
last modified time | relevance | path

Searched refs:childPos (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DExpandableListPosition.java53 public int childPos; field in ExpandableListPosition
68 childPos = 0; in resetState()
77 if (type == CHILD) return ExpandableListView.getPackedPositionForChild(groupPos, childPos); in getPackedPosition()
99 elp.childPos = ExpandableListView.getPackedPositionChild(packedPosition); in obtainPosition()
106 static ExpandableListPosition obtain(int type, int groupPos, int childPos, int flatListPos) { in obtain() argument
110 elp.childPos = childPos; in obtain()
DExpandableListConnector.java175 final int childPos = flPos - (midExpGm.flPos + 1); in getUnflattenedPos() local
177 midExpGm.gPos, childPos, midExpGm, midExpGroupIndex); in getUnflattenedPos()
275 pos.groupPos, pos.childPos, null, 0); in getFlattenedPos()
305 pos.groupPos, pos.childPos, midExpGm, midExpGroupIndex); in getFlattenedPos()
308 return PositionMetadata.obtain(midExpGm.flPos + pos.childPos in getFlattenedPos()
309 + 1, pos.type, pos.groupPos, pos.childPos, in getFlattenedPos()
348 pos.childPos, null, leftExpGroupIndex); in getFlattenedPos()
362 pos.childPos, null, rightExpGroupIndex); in getFlattenedPos()
380 retValue = mExpandableListAdapter.isChildSelectable(pos.groupPos, pos.childPos); in isEnabled()
409 posMetadata.position.childPos); in getItem()
[all …]
DExpandableListView.java715 posMetadata.position.childPos, id); in handleItemClick()
1144 return mAdapter.getChildId(position.groupPos, position.childPos); in getChildOrGroupId()