Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/util/
DDialog.kt93 val fullscreenTransparentBackground = FrameLayout(context) in maybeForceFullscreen() constant
95 fullscreenTransparentBackground, in maybeForceFullscreen()
110 fullscreenTransparentBackground.setOnClickListener { dismiss() } in maybeForceFullscreen()
115 fullscreenTransparentBackground.importantForAccessibility = View.IMPORTANT_FOR_ACCESSIBILITY_NO in maybeForceFullscreen()
118 fullscreenTransparentBackground.addView( in maybeForceFullscreen()