Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaHierarchyManager.kt540 val inOverlay = isTransitionRunning() && rootOverlay != null in updateHostAttachment() constant
541 val newLocation = if (inOverlay) IN_OVERLAY else desiredLocation in updateHostAttachment()
550 if (inOverlay) { in updateHostAttachment()