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.java390 int lastItemType = ~(ExpandableListPosition.CHILD | ExpandableListPosition.GROUP); in dispatchDraw()
425 if (pos.position.type == ExpandableListPosition.CHILD) { in dispatchDraw()
488 if (pos.position.type == ExpandableListPosition.GROUP) { in getIndicator()
539 if ((pos.position.type == ExpandableListPosition.CHILD) || (pos.isExpanded() && in drawDivider()
679 if (posMetadata.position.type == ExpandableListPosition.GROUP) { in handleItemClick()
755 ExpandableListPosition elGroupPos = ExpandableListPosition.obtain( in expandGroup()
756 ExpandableListPosition.GROUP, groupPos, -1, -1); in expandGroup()
924 ExpandableListPosition elPackedPos = ExpandableListPosition in getFlatListPosition()
975 ExpandableListPosition elGroupPos = ExpandableListPosition in setSelectedGroup()
996 ExpandableListPosition elChildPos = ExpandableListPosition.obtainChildPosition( in setSelectedChild()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt87729 …/widget/ExpandableListConnector$PositionMetadata;->position:Landroid/widget/ExpandableListPosition;
87742 Landroid/widget/ExpandableListConnector;->getFlattenedPos(Landroid/widget/ExpandableListPosition;)L…
87754 Landroid/widget/ExpandableListPosition;
87755 Landroid/widget/ExpandableListPosition;-><init>()V
87756 Landroid/widget/ExpandableListPosition;->CHILD:I
87757 Landroid/widget/ExpandableListPosition;->childPos:I
87758 Landroid/widget/ExpandableListPosition;->flatListPos:I
87759 Landroid/widget/ExpandableListPosition;->getPackedPosition()J
87760 Landroid/widget/ExpandableListPosition;->getRecycledOrCreate()Landroid/widget/ExpandableListPositio…
87761 Landroid/widget/ExpandableListPosition;->GROUP:I
[all …]