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/animation/
DDialogTransitionAnimator.kt394 val dialogContentWithBackground = animatedDialog.dialogContentWithBackground ?: return null in <lambda>() constant
549 var dialogContentWithBackground: ViewGroup? = null variable
606 val dialogContentWithBackground = in start() constant
633 val (dialogContentWithBackground, decorViewLayoutListener) = in start() constant
877 val dialogContentWithBackground = this.dialogContentWithBackground!! in hideDialogIntoView() constant
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/util/
DDialog.kt100 val dialogContentWithBackground = LaunchableFrameLayout(context) in maybeForceFullscreen() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DDialogTransitionAnimatorTest.kt91 val dialogContentWithBackground = transparentBackground.getChildAt(0) as ViewGroup in testShowDialogFromView() constant