Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayAreaPolicyBuilder.java558 int leafType = LEAF_TYPE_TOKENS; in build() local
565 || type != leafType) { in build()
569 leafType = type; in build()
570 if (leafType == LEAF_TYPE_TASK_CONTAINERS) { in build()
577 } else if (leafType == LEAF_TYPE_IME_CONTAINERS) { in build()