Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/dialog/
DDialogShowerImpl.kt31 dialogLaunchAnimator.showFromDialog(dialog, animateFrom = animateFrom, cuj) in showDialog()
/frameworks/base/packages/SystemUI/docs/
Ddialogs.md49 * `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
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DDialogLaunchAnimatorTest.kt203 dialogLaunchAnimator.showFromDialog( in testShowFromDialogCujSpecificationLogsInteraction()
313 dialogLaunchAnimator.showFromDialog(dialog, animateFrom) in createDialogAndShowFromDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialog.java723 mDialogLaunchAnimator.showFromDialog(mAlertDialog, this, null, false); in showTurnOffMobileDialog()
749 mDialogLaunchAnimator.showFromDialog(mAlertDialog, this, null, false); in showTurnOffAutoDataSwitchDialog()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DDialogLaunchAnimator.kt295 fun showFromDialog( in <lambda>() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogTest.java525 verify(mDialogLaunchAnimator).showFromDialog(dialogArgumentCaptor.capture(), in updateDialog_showSecondaryDataSub()