Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DDialogLaunchAnimatorTest.kt85 assertEquals(TestDialog.DIALOG_WIDTH, dialogContentWithBackground.layoutParams.width)
86 assertEquals(TestDialog.DIALOG_HEIGHT, dialogContentWithBackground.layoutParams.height)
121 private fun createAndShowDialog(): TestDialog {
132 val dialog = TestDialog(context)
138 private fun createDialogAndShowFromDialog(animateFrom: Dialog): TestDialog {
140 val dialog = TestDialog(context)
155 private class TestDialog(context: Context) : Dialog(context) { regex