Home
last modified time | relevance | path

Searched refs:showFromView (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/docs/
H A Ddialogs.md47 * `showFromView`: animates the dialog show from a view , and the dialog dismissal/cancel/hide to the
53 the top-most dialog back into the view that was used in the initial `showFromView`.
71 dialogLaunchAnimator.showFromView(dialog, view)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
H A DPowerNotificationWarningsTest.java236 verify(mDialogLaunchAnimator).showFromView(any(), eq(mView), any()); in testDialogStartedFromLauncher_viewVisible()
252 verify(mDialogLaunchAnimator, never()).showFromView(any(), any()); in testDialogStartedNotFromLauncher_viewNotVisible()
267 verify(mDialogLaunchAnimator, never()).showFromView(any(), any()); in testDialogShownNotFromLauncher()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DFontScalingTileTest.kt153 verify(dialogLaunchAnimator).showFromView(any(), eq(view), nullable(), anyBoolean())
173 .showFromView(any(), eq(view), nullable(), anyBoolean())
H A DDndTileTest.kt194 verify(dialogLaunchAnimator).showFromView(any(), eq(view), nullable(), anyBoolean())
208 verify(dialogLaunchAnimator, never()).showFromView(any(), any(), nullable(), anyBoolean())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanelFactory.kt55 dialogLaunchAnimator.showFromView(dialog, view, animateBackgroundBoundsChange = true)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DDialogLaunchAnimatorTest.kt181 dialogLaunchAnimator.showFromView(dialog, touchSurface)
191 dialogLaunchAnimator.showFromView(
306 animator.showFromView(dialog, touchSurface)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/
H A DBroadcastDialogController.java70 mDialogLaunchAnimator.showFromView(broadcastDialog, view); in createBroadcastDialog()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogFactory.kt74 dialogLaunchAnimator.showFromView(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputBroadcastDialogFactory.kt72 dialogLaunchAnimator.showFromView(dialog, view)
H A DMediaOutputDialogFactory.kt79 dialogLaunchAnimator.showFromView(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DFontScalingTile.kt108 dialogLaunchAnimator.showFromView(
H A DDataSaverTile.java113 mDialogLaunchAnimator.showFromView(dialog, view, new DialogCuj( in handleClick()
H A DScreenRecordTile.java188 mDialogLaunchAnimator.showFromView(dialog, view, new DialogCuj( in showPrompt()
H A DDndTile.java187 mDialogLaunchAnimator.showFromView(dialog, view, new DialogCuj( in enableZenMode()
H A DCastTile.java242 mDialogLaunchAnimator.showFromView(dialog, view, in showDialog()
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DDialogLaunchAnimator.kt209 fun showFromView( regex
313 showFromView(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
H A DPrivacyDialogControllerV2.kt281 dialogLaunchAnimator.showFromView(d, view)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
H A DPrivacyDialogControllerV2Test.kt211 verify(dialogLaunchAnimator, never()).showFromView(any(), any(), any(), anyBoolean())
224 verify(dialogLaunchAnimator).showFromView(dialog, view)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java711 mDialogLaunchAnimator.showFromView(d, ref.get(), in showStartSaverConfirmation()