/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ActivityStarterDelegate.java | 74 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/ |
D | ActivityStarter.java | 56 @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/ |
D | WindowMagnification.java | 125 animationController -> animationController.onConfigurationChanged(configDiff)); in onConfigurationChanged() 238 animationController -> animationController.dump(pw)); in dump()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | AlarmTile.kt | 74 val animationController = view?.let { in <lambda>() constant 80 mActivityStarter.postStartActivityDismissingKeyguard(pendingIntent, animationController) in <lambda>() 83 animationController) in <lambda>()
|
D | DeviceControlsTile.kt | 109 val animationController = view?.let { in handleClick() constant 117 intent, true /* dismissShade */, animationController) in handleClick() 126 intent, 0 /* delay */, animationController) in handleClick()
|
D | QuickAccessWalletTile.java | 125 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/ |
D | RecentsAnimationControllerCompat.java | 36 public RecentsAnimationControllerCompat(IRecentsAnimationController animationController) { in RecentsAnimationControllerCompat() argument 37 mAnimationController = animationController; in RecentsAnimationControllerCompat()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarter.java | 436 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()
|
D | StatusBar.java | 1877 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/ |
D | OneHandedDisplayAreaOrganizer.java | 123 OneHandedAnimationController animationController, in OneHandedDisplayAreaOrganizer() argument 131 mAnimationController = animationController; in OneHandedDisplayAreaOrganizer()
|
D | OneHandedController.java | 228 OneHandedAnimationController animationController = in create() local 236 context, displayLayout, settingsUtil, animationController, tutorialHandler, in create()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSFooterViewController.java | 274 ActivityLaunchAnimator.Controller animationController = in startSettingsActivity() local 279 true /* dismissShade */, animationController); in startSettingsActivity()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSTileImpl.java | 417 ActivityLaunchAnimator.Controller animationController = in handleLongClick() local 421 animationController); in handleLongClick() local
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsControllerTest.java | 194 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()
|