Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayArea.java310 final Type childType = Type.typeOf(child); in findMaxPositionForChildDisplayArea() local
320 final Type childType = Type.typeOf(child); in findMinPositionForChildDisplayArea() local
/aosp14/frameworks/base/core/java/android/widget/
H A DExpandableListConnector.java475 final int childType = adapter.getChildType(pos.groupPos, pos.childPos); in getItemViewType() local