Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DExpandableListView.java913 long packedPos = pm.position.getPackedPosition(); in getExpandableListPosition() local
915 return packedPos; in getExpandableListPosition()
962 long packedPos = getSelectedPosition(); in getSelectedId() local
963 if (packedPos == PACKED_POSITION_VALUE_NULL) return -1; in getSelectedId()
965 int groupPos = getPackedPositionGroup(packedPos); in getSelectedId()
967 if (getPackedPositionType(packedPos) == PACKED_POSITION_TYPE_GROUP) { in getSelectedId()
972 return mAdapter.getChildId(groupPos, getPackedPositionChild(packedPos)); in getSelectedId()