Home
last modified time | relevance | path

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 DDialogShowerImpl.kt31 dialogLaunchAnimator.showFromDialog(dialog, animateFrom = animateFrom, cuj)
/aosp14/frameworks/base/packages/SystemUI/docs/
H A 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
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DDialogLaunchAnimatorTest.kt204 dialogLaunchAnimator.showFromDialog(
314 dialogLaunchAnimator.showFromDialog(dialog, animateFrom)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialog.java700 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 DDialogLaunchAnimator.kt295 fun showFromDialog( regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogTest.java527 verify(mDialogLaunchAnimator).showFromDialog(dialogArgumentCaptor.capture(), in updateDialog_showSecondaryDataSub()