Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/docs/
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 dialogTransitionAnimator.showFromView(dialog, view)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/screenrecord/ui/viewmodel/
DScreenRecordChipViewModelTest.kt144 .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/
DMediaOutputBroadcastDialogManager.kt55 dialogTransitionAnimator.showFromView(dialog, view) in createAndShow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/viewmodel/
DOngoingActivityChipViewModel.kt51 dialogTransitionAnimator.showFromView(dialog, launchableView) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumePanelFactory.kt55 dialogTransitionAnimator.showFromView( in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/
DBroadcastDialogController.java54 mDialogTransitionAnimator.showFromView(broadcastDialog, view); in createBroadcastDialog()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DDialogTransitionAnimatorTest.kt192 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/
DOngoingActivityChipViewModelTest.kt60 .showFromView( in createDialogLaunchOnClickListener_showsDialogOnClick()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/sharetoapp/ui/viewmodel/
DShareToAppChipViewModelTest.kt183 .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/
DCastToOtherDeviceChipViewModelTest.kt180 .showFromView( in chip_entireScreen_clickListenerShowsCastDialog()
203 .showFromView( in chip_singleTask_clickListenerShowsCastDialog()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DDndTileTest.kt213 .showFromView(any(), any(), nullable(), anyBoolean()) in testNoLaunchDialogWhenNotPrompt()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DDialogTransitionAnimator.kt218 fun showFromView( in <lambda>() method
322 showFromView( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
DPowerNotificationWarningsTest.java278 verify(mDialogTransitionAnimator, never()).showFromView(any(), any()); in testDialogShownNotFromLauncher()