Home
last modified time | relevance | path

Searched defs:dialogContentWithBackground (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/util/
DDialog.kt100 val dialogContentWithBackground = LaunchableFrameLayout(context) in maybeForceFullscreen() constant
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DDialogLaunchAnimator.kt385 val dialogContentWithBackground = animatedDialog.dialogContentWithBackground ?: return null in <lambda>() constant
540 var dialogContentWithBackground: ViewGroup? = null variable
597 val dialogContentWithBackground = in start() constant
624 val (dialogContentWithBackground, decorViewLayoutListener) = in start() constant
869 val dialogContentWithBackground = this.dialogContentWithBackground!! in hideDialogIntoView() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DDialogLaunchAnimatorTest.kt90 val dialogContentWithBackground = transparentBackground.getChildAt(0) as ViewGroup in testShowDialogFromView() constant