/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | dialogs.md | 47 * `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 D | PowerNotificationWarningsTest.java | 236 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 D | FontScalingTileTest.kt | 153 verify(dialogLaunchAnimator).showFromView(any(), eq(view), nullable(), anyBoolean()) 173 .showFromView(any(), eq(view), nullable(), anyBoolean())
|
H A D | DndTileTest.kt | 194 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 D | VolumePanelFactory.kt | 55 dialogLaunchAnimator.showFromView(dialog, view, animateBackgroundBoundsChange = true)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
H A D | DialogLaunchAnimatorTest.kt | 181 dialogLaunchAnimator.showFromView(dialog, touchSurface) 191 dialogLaunchAnimator.showFromView( 306 animator.showFromView(dialog, touchSurface)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/ |
H A D | BroadcastDialogController.java | 70 mDialogLaunchAnimator.showFromView(broadcastDialog, view); in createBroadcastDialog()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/ |
H A D | InternetDialogFactory.kt | 74 dialogLaunchAnimator.showFromView(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
H A D | MediaOutputBroadcastDialogFactory.kt | 72 dialogLaunchAnimator.showFromView(dialog, view)
|
H A D | MediaOutputDialogFactory.kt | 79 dialogLaunchAnimator.showFromView(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
H A D | FontScalingTile.kt | 108 dialogLaunchAnimator.showFromView(
|
H A D | DataSaverTile.java | 113 mDialogLaunchAnimator.showFromView(dialog, view, new DialogCuj( in handleClick()
|
H A D | ScreenRecordTile.java | 188 mDialogLaunchAnimator.showFromView(dialog, view, new DialogCuj( in showPrompt()
|
H A D | DndTile.java | 187 mDialogLaunchAnimator.showFromView(dialog, view, new DialogCuj( in enableZenMode()
|
H A D | CastTile.java | 242 mDialogLaunchAnimator.showFromView(dialog, view, in showDialog()
|
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | DialogLaunchAnimator.kt | 209 fun showFromView( regex 313 showFromView(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
H A D | PrivacyDialogControllerV2.kt | 281 dialogLaunchAnimator.showFromView(d, view)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/ |
H A D | PrivacyDialogControllerV2Test.kt | 211 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 D | PowerNotificationWarnings.java | 711 mDialogLaunchAnimator.showFromView(d, ref.get(), in showStartSaverConfirmation()
|