Home
last modified time | relevance | path

Searched defs:animationController (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DActivityStarter.java57 @Nullable ActivityLaunchAnimator.Controller animationController); in startPendingIntentDismissingKeyguard()
66 @Nullable ActivityLaunchAnimator.Controller animationController) { in startActivity()
72 @Nullable ActivityLaunchAnimator.Controller animationController, in startActivity()
75 @Nullable ActivityLaunchAnimator.Controller animationController, in startActivity()
81 @Nullable ActivityLaunchAnimator.Controller animationController); in postStartActivityDismissingKeyguard()
89 @Nullable ActivityLaunchAnimator.Controller animationController); in postStartActivityDismissingKeyguard()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DActivityStarterDelegate.java75 ActivityLaunchAnimator.Controller animationController) { in startPendingIntentDismissingKeyguard()
96 @Nullable ActivityLaunchAnimator.Controller animationController, in startActivity()
105 @Nullable ActivityLaunchAnimator.Controller animationController, in startActivity()
132 @Nullable ActivityLaunchAnimator.Controller animationController) { in postStartActivityDismissingKeyguard()
146 ActivityLaunchAnimator.Controller animationController) { in postStartActivityDismissingKeyguard()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/
DQuickAccessWalletController.java209 ActivityLaunchAnimator.Controller animationController, in startQuickAccessUiIntent()
239 ActivityLaunchAnimator.Controller animationController) { in startQuickAccessViaIntent()
253 ActivityLaunchAnimator.Controller animationController) { in startQuickAccessViaPendingIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DAlarmTile.kt74 val animationController = view?.let { in <lambda>() constant
DDeviceControlsTile.kt111 val animationController = view?.let { in handleClick() constant
DQRCodeScannerTile.java109 ActivityLaunchAnimator.Controller animationController = in handleClick() local
DQuickAccessWalletTile.java130 ActivityLaunchAnimator.Controller animationController = in handleClick() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenRecordPermissionDialog.kt88 val animationController = dialogLaunchAnimator.createActivityLaunchController(v!!) in <lambda>() constant
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRecentsAnimationControllerCompat.java36 public RecentsAnimationControllerCompat(IRecentsAnimationController animationController) { in RecentsAnimationControllerCompat()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfaces.java240 @Nullable ActivityLaunchAnimator.Controller animationController, in startActivity()
245 @Nullable ActivityLaunchAnimator.Controller animationController, in startActivity()
325 @Nullable ActivityLaunchAnimator.Controller animationController, in startActivityDismissingKeyguard()
359 @Nullable ActivityLaunchAnimator.Controller animationController); in postStartActivityDismissingKeyguard()
366 @Nullable ActivityLaunchAnimator.Controller animationController); in postStartActivityDismissingKeyguard()
478 @Nullable ActivityLaunchAnimator.Controller animationController); in startPendingIntentDismissingKeyguard()
DCentralSurfacesImpl.java1755 @Nullable ActivityLaunchAnimator.Controller animationController, in startActivity()
1763 @Nullable ActivityLaunchAnimator.Controller animationController, in startActivity()
2379 @Nullable ActivityLaunchAnimator.Controller animationController, in startActivityDismissingKeyguard()
2487 ActivityLaunchAnimator.Controller animationController, boolean dismissShade, in wrapAnimationController()
2841 @Nullable ActivityLaunchAnimator.Controller animationController) { in postStartActivityDismissingKeyguard()
2853 @Nullable ActivityLaunchAnimator.Controller animationController) { in postStartActivityDismissingKeyguard()
4008 ActivityLaunchAnimator.Controller animationController = null; in startPendingIntentDismissingKeyguard() local
4021 @Nullable ActivityLaunchAnimator.Controller animationController) { in startPendingIntentDismissingKeyguard()
DStatusBarNotificationActivityStarter.java434 ActivityLaunchAnimator.Controller animationController = in startNotificationIntent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
DStatusBarWindowController.java181 View rootView, ActivityLaunchAnimator.Controller animationController) { in wrapAnimationControllerIfInStatusBar()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DLetterboxEduWindowManager.java104 DialogAnimationController<LetterboxEduDialogLayout> animationController, in LetterboxEduWindowManager()
DRestartDialogWindowManager.java100 DialogAnimationController<RestartDialogLayout> animationController, in RestartDialogWindowManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java422 ActivityLaunchAnimator.Controller animationController = in handleLongClick() local
426 animationController); in handleLongClick() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedDisplayAreaOrganizer.java135 OneHandedAnimationController animationController, in OneHandedDisplayAreaOrganizer()
DOneHandedController.java215 OneHandedAnimationController animationController = in create() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/
DQuickAccessWalletKeyguardQuickAffordanceConfigTest.kt130 val animationController: ActivityLaunchAnimator.Controller = mock() in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardQuickAffordanceInteractorParameterizedTest.kt223 @Mock private lateinit var animationController: ActivityLaunchAnimator.Controller in data() variable in com.android.systemui.keyguard.domain.interactor.KeyguardQuickAffordanceInteractorParameterizedTest
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsControllerTest.java199 ArgumentCaptor<WindowInsetsAnimationController> animationController = in testControlsRevoked_duringAnim() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DWindowMagnificationAnimationControllerTest.java760 WindowMagnificationAnimationController animationController, in SpyWindowMagnificationController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java189 @NonNull WindowMagnificationAnimationController animationController, in WindowMagnificationController()