/frameworks/base/core/java/android/window/ |
D | IBackAnimationRunner.aidl | 36 void onAnimationCancelled() = 1; in onAnimationCancelled() method
|
/frameworks/base/core/java/android/view/ |
D | IRemoteAnimationRunner.aidl | 49 void onAnimationCancelled(boolean isKeyguardOccluded); in onAnimationCancelled() method
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | RemoteAnimationDelegate.kt | 29 @UiThread fun onAnimationCancelled(isKeyguardOccluded: Boolean) method
|
D | ActivityLaunchAnimator.kt | 439 override fun onAnimationCancelled(isKeyguardOccluded: Boolean) { in onAnimationCancelled() method 747 override fun onAnimationCancelled(isKeyguardOccluded: Boolean) { in onAnimationCancelled() method
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | AppChangeTransitionTests.java | 90 public void onAnimationCancelled(boolean isKeyguardOccluded) { in onAnimationCancelled() method in AppChangeTransitionTests.TestRemoteAnimationRunner
|
D | AppTransitionTests.java | 587 public void onAnimationCancelled(boolean isKeyguardOccluded) { in onAnimationCancelled() method in AppTransitionTests.TestRemoteAnimationRunner
|
D | AppTransitionControllerTest.java | 813 public void onAnimationCancelled(boolean isKeyguardOccluded) throws RemoteException { in onAnimationCancelled() method in AppTransitionControllerTest.TestRemoteAnimationRunner
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AnimationAdapter.java | 80 void onAnimationCancelled(SurfaceControl animationLeash); in onAnimationCancelled() method
|
D | WallpaperAnimationAdapter.java | 153 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() method in WallpaperAnimationAdapter
|
D | LocalAnimationAdapter.java | 71 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() method in LocalAnimationAdapter
|
D | NonAppWindowAnimationAdapter.java | 201 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() method in NonAppWindowAnimationAdapter
|
D | BackNaviAnimationController.java | 385 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() method in BackNaviAnimationController.TaskAnimationAdapter
|
D | InsetsSourceProvider.java | 692 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() method in InsetsSourceProvider.ControlAdapter
|
D | SurfaceAnimationRunner.java | 235 void onAnimationCancelled(SurfaceControl leash) { in onAnimationCancelled() method in SurfaceAnimationRunner
|
D | TaskOrganizerController.java | 602 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() method in TaskOrganizerController.StartingWindowAnimationAdaptor
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | LegacyTransitions.java | 110 public void onAnimationCancelled(boolean isKeyguardOccluded) throws RemoteException { in onAnimationCancelled() method in LegacyTransitions.LegacyTransition.RemoteAnimationWrapper
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ActionIntentExecutor.kt | 157 override fun onAnimationCancelled(isKeyguardOccluded: Boolean) {} in onAnimationCancelled() method
|
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
D | TaskFragmentAnimationRunner.java | 86 public void onAnimationCancelled(boolean isKeyguardOccluded) { in onAnimationCancelled() method in TaskFragmentAnimationRunner
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 3388 public void onAnimationCancelled(boolean isKeyguardOccluded) throws RemoteException { in onAnimationCancelled() method in KeyguardViewMediator.ActivityLaunchRemoteAnimationRunner 3436 public void onAnimationCancelled(boolean isKeyguardOccluded) throws RemoteException { in onAnimationCancelled() method in KeyguardViewMediator.OccludeActivityLaunchRemoteAnimationRunner
|