Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputDialog.java151 mDialogLaunchAnimator.disableAllCurrentDialogsExitAnimations(); in onStopButtonClick()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java1419 mDialogLaunchAnimator.disableAllCurrentDialogsExitAnimations();
1439 mDialogLaunchAnimator.disableAllCurrentDialogsExitAnimations();
1510 mDialogLaunchAnimator.disableAllCurrentDialogsExitAnimations();
1527 mDialogLaunchAnimator.disableAllCurrentDialogsExitAnimations();
1582 mDialogLaunchAnimator.disableAllCurrentDialogsExitAnimations();
1599 mDialogLaunchAnimator.disableAllCurrentDialogsExitAnimations();
2092 mDialogLaunchAnimator.disableAllCurrentDialogsExitAnimations();
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DScreenRecordTile.java179 mDialogLaunchAnimator.disableAllCurrentDialogsExitAnimations(); in showPrompt()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DScreenRecordTileTest.java156 verify(mDialogLaunchAnimator).disableAllCurrentDialogsExitAnimations(); in testNotActive()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSystemUIDialog.java477 mDialogLaunchAnimator.disableAllCurrentDialogsExitAnimations(); in onReceive()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
H A DMediaOutputDialogTest.java382 verify(mDialogLaunchAnimator).disableAllCurrentDialogsExitAnimations(); in onStopButtonClick_notPlaying_releaseSession()
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DDialogLaunchAnimator.kt456 fun disableAllCurrentDialogsExitAnimations() { regex