Home
last modified time | relevance | path

Searched refs:childType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
DPeopleNotificationIdentifier.kt119 for (childType in childTypes) { in extractPersonTypeInfo() variable
120 groupType = upperBound(groupType, childType) in extractPersonTypeInfo()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManagerTest.java827 StackEntry(ChildType childType) { in StackEntry() argument
828 this(childType, false); in StackEntry()
831 StackEntry(ChildType childType, boolean isGone) { in StackEntry() argument
832 mChildType = childType; in StackEntry()
/frameworks/base/core/java/android/widget/
DExpandableListConnector.java475 final int childType = adapter.getChildType(pos.groupPos, pos.childPos); in getItemViewType() local
476 retValue = adapter.getGroupTypeCount() + childType; in getItemViewType()