Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaHierarchyManager.kt1098 if (currentAttachmentLocation == IN_OVERLAY) { in applyState()
1140 newLocation = if (inOverlay) IN_OVERLAY else newLocation in updateHostAttachment()
1340 const val IN_OVERLAY = -1000 constant