Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DKeyguardMediaController.kt126 var singlePaneContainer: MediaContainerView? = null variable
134 val needsListener = singlePaneContainer == null in attachSinglePaneContainer()
135 singlePaneContainer = mediaView in attachSinglePaneContainer()
143 singlePaneContainer?.importantForAccessibility = View.IMPORTANT_FOR_ACCESSIBILITY_NO in attachSinglePaneContainer()
173 inactiveContainer = singlePaneContainer in reattachHostView()
176 activeContainer = singlePaneContainer in reattachHostView()
247 setVisibility(singlePaneContainer, View.GONE) in showMediaPlayer()
249 setVisibility(singlePaneContainer, View.VISIBLE) in showMediaPlayer()
257 setVisibility(singlePaneContainer, View.GONE) in hideMediaPlayer()
286 println("singlePaneContainer", singlePaneContainer) in dump()
[all …]