Home
last modified time | relevance | path

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

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