Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DExpandableListPosition.java28 class ExpandableListPosition { class
31 private static ArrayList<ExpandableListPosition> sPool =
32 new ArrayList<ExpandableListPosition>(MAX_POOL_SIZE);
73 private ExpandableListPosition() { in ExpandableListPosition() method in ExpandableListPosition
81 static ExpandableListPosition obtainGroupPosition(int groupPosition) { in obtainGroupPosition()
89 static ExpandableListPosition obtainPosition(long packedPosition) { in obtainPosition()
94 ExpandableListPosition elp = getRecycledOrCreate(); in obtainPosition()
107 ExpandableListPosition elp = getRecycledOrCreate(); in obtain()
115 private static ExpandableListPosition getRecycledOrCreate() { in getRecycledOrCreate()
116 ExpandableListPosition elp; in getRecycledOrCreate()
[all …]
H A DExpandableListConnector.java302 if (pos.type == ExpandableListPosition.GROUP) { in getFlattenedPos()
321 if (pos.type != ExpandableListPosition.GROUP) { in getFlattenedPos()
376 final ExpandableListPosition pos = metadata.position; in isEnabled()
379 if (pos.type == ExpandableListPosition.CHILD) { in isEnabled()
466 final ExpandableListPosition pos = metadata.position; in getItemViewType()
472 if (pos.type == ExpandableListPosition.GROUP) { in getItemViewType()
479 if (pos.type == ExpandableListPosition.GROUP) { in getItemViewType()
595 ExpandableListPosition elGroupPos = ExpandableListPosition.obtain( in collapseGroup()
596 ExpandableListPosition.GROUP, groupPos, -1, -1); in collapseGroup()
638 ExpandableListPosition elGroupPos = ExpandableListPosition.obtain( in expandGroup()
[all …]
H A DExpandableListView.java391 int lastItemType = ~(ExpandableListPosition.CHILD | ExpandableListPosition.GROUP); in dispatchDraw()
489 if (pos.position.type == ExpandableListPosition.GROUP) { in getIndicator()
756 ExpandableListPosition elGroupPos = ExpandableListPosition.obtain( in expandGroup()
757 ExpandableListPosition.GROUP, groupPos, -1, -1); in expandGroup()
925 ExpandableListPosition elPackedPos = ExpandableListPosition in getFlatListPosition()
976 ExpandableListPosition elGroupPos = ExpandableListPosition in setSelectedGroup()
997 ExpandableListPosition elChildPos = ExpandableListPosition.obtainChildPosition( in setSelectedChild()
1138 ExpandableListPosition pos = pm.position; in createContextMenuInfo()
1155 if (metadata.position.type == ExpandableListPosition.GROUP) { in onInitializeAccessibilityNodeInfoForItem()
1174 private long getChildOrGroupId(ExpandableListPosition position) { in getChildOrGroupId()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67456 Landroid/widget/ExpandableListPosition;-><init>()V
67457 Landroid/widget/ExpandableListPosition;->CHILD:I
67458 Landroid/widget/ExpandableListPosition;->childPos:I
67461 Landroid/widget/ExpandableListPosition;->getRecycledOrCreate()Landroid/widget/ExpandableListPositio…
67462 Landroid/widget/ExpandableListPosition;->GROUP:I
67463 Landroid/widget/ExpandableListPosition;->groupPos:I
67465 Landroid/widget/ExpandableListPosition;->obtain(IIII)Landroid/widget/ExpandableListPosition;
67466 Landroid/widget/ExpandableListPosition;->obtainChildPosition(II)Landroid/widget/ExpandableListPosit…
67467 Landroid/widget/ExpandableListPosition;->obtainGroupPosition(I)Landroid/widget/ExpandableListPositi…
67468 Landroid/widget/ExpandableListPosition;->obtainPosition(J)Landroid/widget/ExpandableListPosition;
[all …]