Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
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()
85 static ExpandableListPosition obtainChildPosition(int groupPosition, int childPosition) { in obtainChildPosition()
89 static ExpandableListPosition obtainPosition(long packedPosition) { in obtainPosition()
94 ExpandableListPosition elp = getRecycledOrCreate(); in obtainPosition()
106 static ExpandableListPosition obtain(int type, int groupPos, int childPos, int flatListPos) { in obtain()
107 ExpandableListPosition elp = getRecycledOrCreate(); in obtain()
[all …]
DExpandableListConnector.java124 return PositionMetadata.obtain(flPos, ExpandableListPosition.GROUP, flPos, in getUnflattenedPos()
163 return PositionMetadata.obtain(flPos, ExpandableListPosition.GROUP, in getUnflattenedPos()
176 return PositionMetadata.obtain(flPos, ExpandableListPosition.CHILD, in getUnflattenedPos()
243 return PositionMetadata.obtain(flPos, ExpandableListPosition.GROUP, groupPos, -1, in getUnflattenedPos()
258 PositionMetadata getFlattenedPos(final ExpandableListPosition pos) { in getFlattenedPos()
302 if (pos.type == ExpandableListPosition.GROUP) { in getFlattenedPos()
306 } else if (pos.type == ExpandableListPosition.CHILD) { 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()
[all …]
DExpandableListView.java392 int lastItemType = ~(ExpandableListPosition.CHILD | ExpandableListPosition.GROUP); in dispatchDraw()
427 if (pos.position.type == ExpandableListPosition.CHILD) { in dispatchDraw()
490 if (pos.position.type == ExpandableListPosition.GROUP) { in getIndicator()
541 if ((pos.position.type == ExpandableListPosition.CHILD) || (pos.isExpanded() && in drawDivider()
685 if (posMetadata.position.type == ExpandableListPosition.GROUP) { in handleItemClick()
761 ExpandableListPosition elGroupPos = ExpandableListPosition.obtain( in expandGroup()
762 ExpandableListPosition.GROUP, groupPos, -1, -1); in expandGroup()
930 ExpandableListPosition elPackedPos = ExpandableListPosition in getFlatListPosition()
981 ExpandableListPosition elGroupPos = ExpandableListPosition in setSelectedGroup()
1002 ExpandableListPosition elChildPos = ExpandableListPosition.obtainChildPosition( in setSelectedChild()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt66789 …/widget/ExpandableListConnector$PositionMetadata;->position:Landroid/widget/ExpandableListPosition;
66801 Landroid/widget/ExpandableListConnector;->getFlattenedPos(Landroid/widget/ExpandableListPosition;)L…
66813 Landroid/widget/ExpandableListPosition;-><init>()V
66814 Landroid/widget/ExpandableListPosition;->CHILD:I
66815 Landroid/widget/ExpandableListPosition;->childPos:I
66816 Landroid/widget/ExpandableListPosition;->flatListPos:I
66817 Landroid/widget/ExpandableListPosition;->getPackedPosition()J
66818 Landroid/widget/ExpandableListPosition;->getRecycledOrCreate()Landroid/widget/ExpandableListPositio…
66819 Landroid/widget/ExpandableListPosition;->GROUP:I
66820 Landroid/widget/ExpandableListPosition;->groupPos:I
[all …]