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/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/src/com/android/systemui/media/dialog/ |
D | MediaOutputBroadcastDialogManager.kt | 67 dialogTransitionAnimator.showFromView(dialog, view) in createAndShow()
|
/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/multivalentTests/src/com/android/systemui/statusbar/chips/screenrecord/ui/viewmodel/ |
D | ScreenRecordChipViewModelTest.kt | 302 .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/ |
D | CastToOtherDeviceChipViewModelTest.kt | 467 .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/ |
D | OngoingActivityChipViewModel.kt | 65 dialogTransitionAnimator.showFromView(dialog, launchableView, cuj) in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/ui/viewmodel/ |
D | OngoingActivityChipViewModelTest.kt | 85 .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/ |
D | ShareToAppChipViewModelTest.kt | 530 .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/ |
D | DialogTransitionAnimator.kt | 214 fun showFromView( in <lambda>() method 316 showFromView( in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/ |
D | DndTileTest.kt | 220 .showFromView(any(), any(), nullable(), anyBoolean()) in testNoLaunchDialogWhenNotPrompt()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/ |
D | PowerNotificationWarningsTest.java | 278 verify(mDialogTransitionAnimator, never()).showFromView(any(), any()); in testDialogShownNotFromLauncher()
|