Searched refs:ExpandableListPosition (Results 1 – 4 of 4) sorted by relevance
28 class ExpandableListPosition { class31 private static ArrayList<ExpandableListPosition> sPool =32 new ArrayList<ExpandableListPosition>(MAX_POOL_SIZE);73 private ExpandableListPosition() { in ExpandableListPosition() method in ExpandableListPosition81 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 …]
302 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 …]
390 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()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()1137 ExpandableListPosition pos = pm.position; in createContextMenuInfo()1155 private long getChildOrGroupId(ExpandableListPosition position) { in getChildOrGroupId()[all …]
70779 Landroid/widget/ExpandableListPosition;-><init>()V70780 Landroid/widget/ExpandableListPosition;->CHILD:I70781 Landroid/widget/ExpandableListPosition;->childPos:I70784 Landroid/widget/ExpandableListPosition;->getRecycledOrCreate()Landroid/widget/ExpandableListPositio…70785 Landroid/widget/ExpandableListPosition;->GROUP:I70786 Landroid/widget/ExpandableListPosition;->groupPos:I70788 Landroid/widget/ExpandableListPosition;->obtain(IIII)Landroid/widget/ExpandableListPosition;70789 Landroid/widget/ExpandableListPosition;->obtainChildPosition(II)Landroid/widget/ExpandableListPosit…70790 Landroid/widget/ExpandableListPosition;->obtainGroupPosition(I)Landroid/widget/ExpandableListPositi…70791 Landroid/widget/ExpandableListPosition;->obtainPosition(J)Landroid/widget/ExpandableListPosition;[all …]