Searched refs:showFromDialog (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/dialog/ |
H A D | DialogShowerImpl.kt | 31 dialogLaunchAnimator.showFromDialog(dialog, animateFrom = animateFrom, cuj)
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | dialogs.md | 49 * `showFromDialog`: animates the dialog show from a currently showing dialog, and the dialog 52 * `dismissStack`: dismisses a stack of dialogs that were launched using `showFromDialog` animating
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
H A D | DialogLaunchAnimatorTest.kt | 204 dialogLaunchAnimator.showFromDialog( 314 dialogLaunchAnimator.showFromDialog(dialog, animateFrom)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/ |
H A D | InternetDialog.java | 700 mDialogLaunchAnimator.showFromDialog(mAlertDialog, this, null, false); in showTurnOffMobileDialog() 726 mDialogLaunchAnimator.showFromDialog(mAlertDialog, this, null, false); in showTurnOffAutoDataSwitchDialog()
|
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | DialogLaunchAnimator.kt | 295 fun showFromDialog( regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/ |
H A D | InternetDialogTest.java | 527 verify(mDialogLaunchAnimator).showFromDialog(dialogArgumentCaptor.capture(), in updateDialog_showSecondaryDataSub()
|