Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/util/
H A DDialog.kt100 val dialogContentWithBackground = LaunchableFrameLayout(context) regex
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DDialogLaunchAnimator.kt385 val dialogContentWithBackground = animatedDialog.dialogContentWithBackground ?: return null regex
597 val dialogContentWithBackground = regex
869 val dialogContentWithBackground = this.dialogContentWithBackground!! regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DDialogLaunchAnimatorTest.kt90 val dialogContentWithBackground = transparentBackground.getChildAt(0) as ViewGroup regex