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/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/src/com/android/systemui/media/dialog/
DMediaOutputBroadcastDialogManager.kt67 dialogTransitionAnimator.showFromView(dialog, view) in createAndShow()
/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/multivalentTests/src/com/android/systemui/statusbar/chips/screenrecord/ui/viewmodel/
DScreenRecordChipViewModelTest.kt302 .showFromView(eq(mockSystemUIDialog), eq(chipBackgroundView), any(), anyBoolean()) in chip_notProjecting_clickListenerShowsDialog()
320 .showFromView(eq(mockSystemUIDialog), eq(chipBackgroundView), any(), anyBoolean()) in chip_projectingEntireScreen_clickListenerShowsDialog()
342 .showFromView(eq(mockSystemUIDialog), eq(chipBackgroundView), any(), anyBoolean()) in chip_projectingSingleTask_clickListenerShowsDialog()
359 .showFromView(any(), any(), cujCaptor.capture(), anyBoolean()) in chip_clickListenerHasCujLegacy()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/casttootherdevice/ui/viewmodel/
DCastToOtherDeviceChipViewModelTest.kt467 .showFromView(eq(mockScreenCastDialog), eq(chipBackgroundView), any(), anyBoolean()) in chip_projectionStateEntireScreen_clickListenerShowsScreenCastDialog()
488 .showFromView(eq(mockScreenCastDialog), eq(chipBackgroundView), any(), anyBoolean()) in chip_projectionStateSingleTask_clickListenerShowsScreenCastDialog()
513 .showFromView( in chip_routerStateCasting_clickListenerShowsGenericCastDialog()
534 .showFromView(any(), any(), cujCaptor.capture(), anyBoolean()) in chip_projectionStateCasting_clickListenerHasCuj()
563 .showFromView(any(), any(), cujCaptor.capture(), anyBoolean()) in chip_routerStateCasting_clickListenerHasCuj()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/viewmodel/
DOngoingActivityChipViewModel.kt65 dialogTransitionAnimator.showFromView(dialog, launchableView, cuj) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/ui/viewmodel/
DOngoingActivityChipViewModelTest.kt85 .showFromView(eq(mockSystemUIDialog), eq(chipBackgroundView), eq(cuj), anyBoolean()) in createDialogLaunchOnClickListener_showsDialogOnClick()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/sharetoapp/ui/viewmodel/
DShareToAppChipViewModelTest.kt530 .showFromView( in chip_noScreen_clickListenerShowsGenericShareDialog()
551 .showFromView( in chip_entireScreen_clickListenerShowsScreenShareDialog()
576 .showFromView( in chip_singleTask_clickListenerShowsScreenShareDialog()
601 .showFromView(any(), any(), cujCaptor.capture(), anyBoolean()) in chip_clickListenerHasCuj()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DDialogTransitionAnimator.kt214 fun showFromView( in <lambda>() method
316 showFromView( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DDndTileTest.kt220 .showFromView(any(), any(), nullable(), anyBoolean()) in testNoLaunchDialogWhenNotPrompt()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
DPowerNotificationWarningsTest.java278 verify(mDialogTransitionAnimator, never()).showFromView(any(), any()); in testDialogShownNotFromLauncher()