Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DExpandableListView.java908 long packedPos = pm.position.getPackedPosition(); in getExpandableListPosition() local
910 return packedPos; in getExpandableListPosition()
957 long packedPos = getSelectedPosition(); in getSelectedId() local
958 if (packedPos == PACKED_POSITION_VALUE_NULL) return -1; in getSelectedId()
960 int groupPos = getPackedPositionGroup(packedPos); in getSelectedId()
962 if (getPackedPositionType(packedPos) == PACKED_POSITION_TYPE_GROUP) { in getSelectedId()
967 return mAdapter.getChildId(groupPos, getPackedPositionChild(packedPos)); in getSelectedId()