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.kt125 for (childType in childTypes) { in extractPersonTypeInfo() variable
126 groupType = upperBound(groupType, childType) in extractPersonTypeInfo()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayArea.java309 final Type childType = Type.typeOf(child); in findMaxPositionForChildDisplayArea() local
311 if (Type.typeOf(getChildAt(i)) == childType) { in findMaxPositionForChildDisplayArea()
319 final Type childType = Type.typeOf(child); in findMinPositionForChildDisplayArea() local
321 if (Type.typeOf(getChildAt(i)) == childType) { in findMinPositionForChildDisplayArea()
/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()