Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaHierarchyManager.kt143 private var rootOverlay: ViewGroupOverlay? = null variable
690 if (rootOverlay == null) { in createUniqueObjectHost()
692 rootOverlay = (rootView!!.overlay as ViewGroupOverlay) in createUniqueObjectHost()
1139 val inOverlay = isTransitionRunning() && rootOverlay != null && canUseOverlay in updateHostAttachment()
1149 rootOverlay!!.add(mediaFrame) in updateHostAttachment()