Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DKeyguardMediaController.kt169 val inactiveContainer: ViewGroup? in reattachHostView() constant
173 inactiveContainer = singlePaneContainer in reattachHostView()
175 inactiveContainer = splitShadeContainer in reattachHostView()
178 if (inactiveContainer?.childCount == 1) { in reattachHostView()
179 inactiveContainer.removeAllViews() in reattachHostView()