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.kt387 val dialogContentWithBackground = animatedDialog.dialogContentWithBackground ?: return null in <lambda>() constant
541 var dialogContentWithBackground: ViewGroup? = null variable
598 val dialogContentWithBackground = in start() constant
625 val (dialogContentWithBackground, decorViewLayoutListener) = in start() constant
866 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