Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSectionsManagerTest.java770 StackEntry(ChildType childType) { in StackEntry()
774 StackEntry(ChildType childType, boolean isGone) { in StackEntry()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayArea.java233 final Type childType = Type.typeOf(child); in findMaxPositionForChildDisplayArea() local
243 final Type childType = Type.typeOf(child); in findMinPositionForChildDisplayArea() local
/aosp12/frameworks/base/core/java/android/widget/
H A DExpandableListConnector.java475 final int childType = adapter.getChildType(pos.groupPos, pos.childPos); in getItemViewType() local