Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DExpandableListPosition.java59 int flatListPos; field in ExpandableListPosition
69 flatListPos = 0; in resetState()
106 static ExpandableListPosition obtain(int type, int groupPos, int childPos, int flatListPos) { in obtain() argument
111 elp.flatListPos = flatListPos; in obtain()
H A DExpandableListConnector.java374 public boolean isEnabled(int flatListPos) { in isEnabled() argument
375 final PositionMetadata metadata = getUnflattenedPos(flatListPos); in isEnabled()
400 public Object getItem(int flatListPos) { in getItem() argument
401 final PositionMetadata posMetadata = getUnflattenedPos(flatListPos); in getItem()
420 public long getItemId(int flatListPos) { in getItemId() argument
421 final PositionMetadata posMetadata = getUnflattenedPos(flatListPos); in getItemId()
441 public View getView(int flatListPos, View convertView, ViewGroup parent) { in getView() argument
442 final PositionMetadata posMetadata = getUnflattenedPos(flatListPos); in getView()
464 public int getItemViewType(int flatListPos) { in getItemViewType() argument
465 final PositionMetadata metadata = getUnflattenedPos(flatListPos); in getItemViewType()
[all …]
H A DExpandableListView.java509 final int stateSet[] = pos.position.flatListPos == pos.groupMetadata.lastChildFlPos in getIndicator()
712 final int groupFlatPos = posMetadata.position.flatListPos; in handleItemClick()
767 final int groupFlatPos = pm.position.flatListPos; in expandGroup()
929 final int flatListPosition = pm.position.flatListPos; in getFlatListPosition()
980 final int absoluteFlatPosition = getAbsoluteFlatPosition(pm.position.flatListPos); in setSelectedGroup()
1017 int absoluteFlatPosition = getAbsoluteFlatPosition(flatChildPos.position.flatListPos); in setSelectedChild()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67459 Landroid/widget/ExpandableListPosition;->flatListPos:I