Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DActivityStarterDelegate.java74 ActivityLaunchAnimator.Controller animationController) { in startPendingIntentDismissingKeyguard() argument
77 intentSentUiThreadCallback, animationController)); in startPendingIntentDismissingKeyguard()
95 @Nullable ActivityLaunchAnimator.Controller animationController) { in startActivity() argument
97 starter -> starter.get().startActivity(intent, dismissShade, animationController)); in startActivity()
120 @Nullable ActivityLaunchAnimator.Controller animationController) { in postStartActivityDismissingKeyguard() argument
123 animationController)); in postStartActivityDismissingKeyguard()
134 ActivityLaunchAnimator.Controller animationController) { in postStartActivityDismissingKeyguard() argument
136 starter.get().postStartActivityDismissingKeyguard(intent, animationController)); in postStartActivityDismissingKeyguard()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DActivityStarter.java56 @Nullable ActivityLaunchAnimator.Controller animationController); in startPendingIntentDismissingKeyguard() argument
64 @Nullable ActivityLaunchAnimator.Controller animationController); in startActivity() argument
69 @Nullable ActivityLaunchAnimator.Controller animationController); in postStartActivityDismissingKeyguard() argument
77 @Nullable ActivityLaunchAnimator.Controller animationController); in postStartActivityDismissingKeyguard() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnification.java125 animationController -> animationController.onConfigurationChanged(configDiff)); in onConfigurationChanged()
238 animationController -> animationController.dump(pw)); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DAlarmTile.kt74 val animationController = view?.let { in <lambda>() constant
80 mActivityStarter.postStartActivityDismissingKeyguard(pendingIntent, animationController) in <lambda>()
83 animationController) in <lambda>()
DDeviceControlsTile.kt109 val animationController = view?.let { in handleClick() constant
117 intent, true /* dismissShade */, animationController) in handleClick()
126 intent, 0 /* delay */, animationController) in handleClick()
DQuickAccessWalletTile.java125 ActivityLaunchAnimator.Controller animationController = in handleClick() local
136 animationController); in handleClick()
151 animationController); in handleClick() local
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRecentsAnimationControllerCompat.java36 public RecentsAnimationControllerCompat(IRecentsAnimationController animationController) { in RecentsAnimationControllerCompat() argument
37 mAnimationController = animationController; in RecentsAnimationControllerCompat()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java436 ActivityLaunchAnimator.Controller animationController = in startNotificationIntent() local
441 mActivityLaunchAnimator.startPendingIntentWithAnimation(animationController, in startNotificationIntent()
470 ActivityLaunchAnimator.Controller animationController = in startNotificationGutsIntent()
476 animationController, animate, intent.getPackage(), in startNotificationGutsIntent()
516 ActivityLaunchAnimator.Controller animationController = in startHistoryIntent()
521 mActivityLaunchAnimator.startIntentWithAnimation(animationController, animate, in startHistoryIntent()
DStatusBar.java1877 ActivityLaunchAnimator.Controller animationController) { in startActivity() argument
1880 0 /* flags */, animationController); in startActivity()
2879 @Nullable ActivityLaunchAnimator.Controller animationController) { in startActivityDismissingKeyguard() argument
2887 animationController != null && !willLaunchResolverActivity && shouldAnimateLaunch( in startActivityDismissingKeyguard()
2890 animate ? wrapAnimationController(animationController, dismissShade) : null; in startActivityDismissingKeyguard()
2959 ActivityLaunchAnimator.Controller animationController, boolean dismissShade) { in wrapAnimationController() argument
2960 View rootView = animationController.getLaunchContainer().getRootView(); in wrapAnimationController()
2965 animationController.setLaunchContainer( in wrapAnimationController()
2968 return new DelegateLaunchAnimatorController(animationController) { in wrapAnimationController()
2986 return new StatusBarLaunchAnimatorController(animationController, this, in wrapAnimationController()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedDisplayAreaOrganizer.java123 OneHandedAnimationController animationController, in OneHandedDisplayAreaOrganizer() argument
131 mAnimationController = animationController; in OneHandedDisplayAreaOrganizer()
DOneHandedController.java228 OneHandedAnimationController animationController = in create() local
236 context, displayLayout, settingsUtil, animationController, tutorialHandler, in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFooterViewController.java274 ActivityLaunchAnimator.Controller animationController = in startSettingsActivity() local
279 true /* dismissShade */, animationController); in startSettingsActivity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java417 ActivityLaunchAnimator.Controller animationController = in handleLongClick() local
421 animationController); in handleLongClick() local
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsControllerTest.java194 ArgumentCaptor<WindowInsetsAnimationController> animationController = in testControlsRevoked_duringAnim() local
204 verify(mockListener).onReady(animationController.capture(), anyInt()); in testControlsRevoked_duringAnim()
207 assertTrue(animationController.getValue().isCancelled()); in testControlsRevoked_duringAnim()