Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
DPeopleNotificationIdentifier.kt139 for (childType in childTypes) { in getPeopleTypeForChildList() variable
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayArea.java315 final Type childType = Type.typeOf(child); in findMaxPositionForChildDisplayArea() local
325 final Type childType = Type.typeOf(child); in findMinPositionForChildDisplayArea() local
/frameworks/base/core/java/android/widget/
DExpandableListConnector.java475 final int childType = adapter.getChildType(pos.groupPos, pos.childPos); in getItemViewType() local