Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DExpandableListView.java894 long packedPos = pm.position.getPackedPosition(); in getExpandableListPosition() local
896 return packedPos; in getExpandableListPosition()
943 long packedPos = getSelectedPosition(); in getSelectedId() local
944 if (packedPos == PACKED_POSITION_VALUE_NULL) return -1; in getSelectedId()
946 int groupPos = getPackedPositionGroup(packedPos); in getSelectedId()
948 if (getPackedPositionType(packedPos) == PACKED_POSITION_TYPE_GROUP) { in getSelectedId()
953 return mAdapter.getChildId(groupPos, getPackedPositionChild(packedPos)); in getSelectedId()