Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayAreaPolicyBuilder.java490 int leafType = LEAF_TYPE_TOKENS; in build() local
497 || type != leafType) { in build()
501 leafType = type; in build()
502 if (leafType == LEAF_TYPE_TASK_CONTAINERS) { in build()
509 } else if (leafType == LEAF_TYPE_IME_CONTAINERS) { in build()