Searched refs:showFromView (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/packages/SystemUI/docs/ |
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 dialogTransitionAnimator.showFromView(dialog, view)
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/screenrecord/ui/viewmodel/ |
D | ScreenRecordChipViewModelTest.kt | 144 .showFromView( in chip_notProjecting_clickListenerShowsDialog() 165 .showFromView( in chip_projectingEntireScreen_clickListenerShowsDialog() 189 .showFromView( in chip_projectingSingleTask_clickListenerShowsDialog()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
D | MediaOutputBroadcastDialogManager.kt | 55 dialogTransitionAnimator.showFromView(dialog, view) in createAndShow()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/viewmodel/ |
D | OngoingActivityChipViewModel.kt | 51 dialogTransitionAnimator.showFromView(dialog, launchableView) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumePanelFactory.kt | 55 dialogTransitionAnimator.showFromView( in create()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/ |
D | BroadcastDialogController.java | 54 mDialogTransitionAnimator.showFromView(broadcastDialog, view); in createBroadcastDialog()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
D | DialogTransitionAnimatorTest.kt | 192 mDialogTransitionAnimator.showFromView(dialog, touchSurface) in testDialogAnimationIsChangedByAnimator() 202 mDialogTransitionAnimator.showFromView( in testCujSpecificationLogsInteraction() 323 animator.showFromView(dialog, touchSurface) in showDialogFromView()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/ui/viewmodel/ |
D | OngoingActivityChipViewModelTest.kt | 60 .showFromView( in createDialogLaunchOnClickListener_showsDialogOnClick()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/sharetoapp/ui/viewmodel/ |
D | ShareToAppChipViewModelTest.kt | 183 .showFromView( in chip_entireScreen_clickListenerShowsShareDialog() 205 .showFromView( in chip_singleTask_clickListenerShowsShareDialog()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/casttootherdevice/ui/viewmodel/ |
D | CastToOtherDeviceChipViewModelTest.kt | 180 .showFromView( in chip_entireScreen_clickListenerShowsCastDialog() 203 .showFromView( in chip_singleTask_clickListenerShowsCastDialog()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/ |
D | DndTileTest.kt | 213 .showFromView(any(), any(), nullable(), anyBoolean()) in testNoLaunchDialogWhenNotPrompt()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | DialogTransitionAnimator.kt | 218 fun showFromView( in <lambda>() method 322 showFromView( in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/ |
D | PowerNotificationWarningsTest.java | 278 verify(mDialogTransitionAnimator, never()).showFromView(any(), any()); in testDialogShownNotFromLauncher()
|