Home
last modified time | relevance | path

Searched refs:CHILD (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
DExpandableListPosition.java37 public final static int CHILD = 1; field in ExpandableListPosition
77 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()
DExpandableListConnector.java176 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()
DExpandableListView.java390 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()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_interface_utils.h75 template <typename CHILD>
76 std::shared_ptr<CHILD> ref() { in ref()
77 return std::static_pointer_cast<CHILD>(ref()); in ref()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt81886 Landroid/widget/ExpandableListPosition;->CHILD:I