Searched refs:CHILD (Results 1 – 5 of 5) sorted by relevance
37 public final static int CHILD = 1; field in ExpandableListPosition77 if (type == CHILD) return ExpandableListView.getPackedPositionForChild(groupPos, childPos); in getPackedPosition()86 return obtain(CHILD, groupPosition, childPosition, 0); in obtainChildPosition()98 elp.type = CHILD; in obtainPosition()
176 return PositionMetadata.obtain(flPos, ExpandableListPosition.CHILD, in getUnflattenedPos()306 } else if (pos.type == ExpandableListPosition.CHILD) { in getFlattenedPos()379 if (pos.type == ExpandableListPosition.CHILD) { in isEnabled()407 } else if (posMetadata.position.type == ExpandableListPosition.CHILD) { in getItem()427 } else if (posMetadata.position.type == ExpandableListPosition.CHILD) { in getItemId()448 } else if (posMetadata.position.type == ExpandableListPosition.CHILD) { in getView()
390 int lastItemType = ~(ExpandableListPosition.CHILD | ExpandableListPosition.GROUP); in dispatchDraw()425 if (pos.position.type == ExpandableListPosition.CHILD) { in dispatchDraw()539 if ((pos.position.type == ExpandableListPosition.CHILD) || (pos.isExpanded() && in drawDivider()1156 if (position.type == ExpandableListPosition.CHILD) { in getChildOrGroupId()
75 template <typename CHILD>76 std::shared_ptr<CHILD> ref() { in ref()77 return std::static_pointer_cast<CHILD>(ref()); in ref()
81886 Landroid/widget/ExpandableListPosition;->CHILD:I