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()
392 int lastItemType = ~(ExpandableListPosition.CHILD | ExpandableListPosition.GROUP); in dispatchDraw()427 if (pos.position.type == ExpandableListPosition.CHILD) { in dispatchDraw()541 if ((pos.position.type == ExpandableListPosition.CHILD) || (pos.isExpanded() && in drawDivider()1183 if (position.type == ExpandableListPosition.CHILD) { in getChildOrGroupId()
83 template <typename CHILD>84 std::shared_ptr<CHILD> ref() { in ref()85 return std::static_pointer_cast<CHILD>(ref()); in ref()
66814 Landroid/widget/ExpandableListPosition;->CHILD:I