Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DDialogTransitionAnimatorTest.kt92 assertEquals(TestDialog.DIALOG_WIDTH, dialogContentWithBackground.layoutParams.width) in testShowDialogFromView()
93 assertEquals(TestDialog.DIALOG_HEIGHT, dialogContentWithBackground.layoutParams.height) in testShowDialogFromView()
185 val dialog = runOnMainThreadAndWaitForIdleSync { TestDialog(context) } in testDialogAnimationIsChangedByAnimator()
201 val dialog = TestDialog(context) in testCujSpecificationLogsInteraction()
217 val dialog = TestDialog(context) in testShowFromDialogCujSpecificationLogsInteraction()
291 val dialog = createDialogAndShowFromDialog(animateFrom = TestDialog(context)) in showFromDialogDoesNotCrashWhenShownFromRandomDialog()
297 ): TestDialog { in createAndShowDialog()
320 ): TestDialog { in showDialogFromView()
322 val dialog = TestDialog(context) in showDialogFromView()
328 private fun createDialogAndShowFromDialog(animateFrom: Dialog): TestDialog { in createDialogAndShowFromDialog()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/brightness/
DBrightnessDialogTest.kt77 TestDialog( in <lambda>()
203 class TestDialog( class in com.android.systemui.settings.brightness.BrightnessDialogTest
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java317 dialogs[0] = new TestDialog(windowContext, color, windowFlags); in assertDisplayCanShowPresentation()
388 private static final class TestDialog extends Dialog { class in VirtualDisplayTest
394 TestDialog(Context context, @ColorInt int color, @Flags int windowFlags) { in TestDialog() method in VirtualDisplayTest.TestDialog