Home
last modified time | relevance | path

Searched refs:animationController (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DActivityStarter.java56 @Nullable ActivityLaunchAnimator.Controller animationController); in startPendingIntentDismissingKeyguard() argument
65 @Nullable ActivityLaunchAnimator.Controller animationController) { in startActivity() argument
66 startActivity(intent, dismissShade, animationController, in startActivity()
71 @Nullable ActivityLaunchAnimator.Controller animationController, in startActivity() argument
77 @Nullable ActivityLaunchAnimator.Controller animationController); in postStartActivityDismissingKeyguard() argument
85 @Nullable ActivityLaunchAnimator.Controller animationController); in postStartActivityDismissingKeyguard() argument
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DActivityStarterDelegate.java74 ActivityLaunchAnimator.Controller animationController) { in startPendingIntentDismissingKeyguard() argument
77 intent, intentSentUiThreadCallback, animationController)); in startPendingIntentDismissingKeyguard()
95 @Nullable ActivityLaunchAnimator.Controller animationController, in startActivity() argument
98 starter -> starter.startActivity(intent, dismissShade, animationController, in startActivity()
122 @Nullable ActivityLaunchAnimator.Controller animationController) { in postStartActivityDismissingKeyguard() argument
125 intent, delay, animationController)); in postStartActivityDismissingKeyguard()
136 ActivityLaunchAnimator.Controller animationController) { in postStartActivityDismissingKeyguard() argument
139 intent, animationController)); in postStartActivityDismissingKeyguard()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnification.java125 animationController -> animationController.onConfigurationChanged(configDiff)); in onConfigurationChanged()
238 animationController -> animationController.dump(pw)); in dump()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DAlarmTile.kt74 val animationController = view?.let { regex
80 mActivityStarter.postStartActivityDismissingKeyguard(pendingIntent, animationController)
83 animationController)
H A DQuickAccessWalletTile.java125 ActivityLaunchAnimator.Controller animationController = in handleClick() local
135 animationController, true /* showOverLockscreenWhenLocked */); in handleClick()
145 animationController); in handleClick()
H A DDeviceControlsTile.kt109 val animationController = view?.let { regex
117 intent, true /* dismissShade */, animationController, showOverLockscreenWhenLocked)
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRecentsAnimationControllerCompat.java36 public RecentsAnimationControllerCompat(IRecentsAnimationController animationController) { in RecentsAnimationControllerCompat() argument
37 mAnimationController = animationController; in RecentsAnimationControllerCompat()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarViewController.kt42 moveFromCenterAnimationController?.let { animationController ->
54 animationController.onViewsReady(viewsToAnimate)
H A DStatusBarNotificationActivityStarter.java481 ActivityLaunchAnimator.Controller animationController = in startNotificationIntent() local
486 mActivityLaunchAnimator.startPendingIntentWithAnimation(animationController, in startNotificationIntent()
515 ActivityLaunchAnimator.Controller animationController = in startNotificationGutsIntent()
521 animationController, animate, intent.getPackage(), in startNotificationGutsIntent()
561 ActivityLaunchAnimator.Controller animationController = in startHistoryIntent()
566 mActivityLaunchAnimator.startIntentWithAnimation(animationController, animate, in startHistoryIntent()
H A DStatusBar.java1729 @Nullable ActivityLaunchAnimator.Controller animationController, in startActivity() argument
1736 0 /* flags */, animationController); in startActivity()
1749 animationController, dismissShade); in startActivity()
2480 animationController != null ? wrapAnimationController(animationController, in startActivityDismissingKeyguard()
2555 rootView, animationController); in wrapAnimationController()
2567 return animationController; in wrapAnimationController()
2884 null /* intentSentUiThreadCallback */, animationController)); in postStartActivityDismissingKeyguard()
2902 animationController), in postStartActivityDismissingKeyguard()
3945 ActivityLaunchAnimator.Controller animationController = null; in startPendingIntentDismissingKeyguard() local
3952 animationController); in startPendingIntentDismissingKeyguard()
[all …]
H A DKeyguardBottomAreaView.java1082 ActivityLaunchAnimator.Controller animationController = createLaunchAnimationController(v); in onWalletClick() local
1087 mActivityStarter.startActivity(intent, true /* dismissShade */, animationController, in onWalletClick()
1096 /* delay= */ 0, animationController); in onWalletClick() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowController.java167 View rootView, ActivityLaunchAnimator.Controller animationController) { in wrapAnimationControllerIfInStatusBar() argument
172 animationController.setLaunchContainer(mLaunchAnimationContainer); in wrapAnimationControllerIfInStatusBar()
173 return Optional.of(new DelegateLaunchAnimatorController(animationController) { in wrapAnimationControllerIfInStatusBar()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentsAnimationCallbacks.java96 public final void onAnimationStart(RecentsAnimationControllerCompat animationController, in onAnimationStart() argument
113 mController = new RecentsAnimationController(animationController, in onAnimationStart()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DFooterActionsController.kt144 val animationController = settingsButtonContainer?.let { regex
150 true /* dismissShade */, animationController)
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedDisplayAreaOrganizer.java121 OneHandedAnimationController animationController, in OneHandedDisplayAreaOrganizer() argument
129 mAnimationController = animationController; in OneHandedDisplayAreaOrganizer()
H A DOneHandedController.java210 OneHandedAnimationController animationController = in create() local
218 context, displayLayout, settingsUtil, animationController, tutorialHandler, in create()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileImpl.java417 ActivityLaunchAnimator.Controller animationController = in handleLongClick() local
421 animationController); in handleLongClick() local
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsControllerTest.java198 ArgumentCaptor<WindowInsetsAnimationController> animationController = in testControlsRevoked_duringAnim()
208 verify(mockListener).onReady(animationController.capture(), anyInt()); in testControlsRevoked_duringAnim()
211 assertTrue(animationController.getValue().isCancelled()); in testControlsRevoked_duringAnim()