/frameworks/base/services/core/java/com/android/server/wm/ |
D | SurfaceAnimator.java | 172 cancelAnimation(t, true /* restarting */, true /* forwardCancel */); 180 cancelAnimation(); 267 void cancelAnimation() { 268 cancelAnimation(mAnimatable.getSyncTransaction(), false /* restarting */, 316 cancelAnimation(); 324 cancelAnimation(t, true /* restarting */, true /* forwardCancel */); 332 from.cancelAnimation(t, false /* restarting */, false /* forwardCancel */); 352 private void cancelAnimation(Transaction t, boolean restarting, boolean forwardCancel) { 382 snapshot.cancelAnimation(t, false /* restarting */); 404 snapshot.cancelAnimation(t, !destroyLeash);
|
D | SurfaceFreezer.java | 140 mSnapshot.cancelAnimation(t, false /* restarting */); in unfreezeInner() 264 cancelAnimation(t, true /* restarting */); in startAnimation() 267 cancelAnimation(t, false /* restarting */); in startAnimation() 279 void cancelAnimation(SurfaceControl.Transaction t, boolean restarting) { in cancelAnimation() method in SurfaceFreezer.Snapshot
|
D | RecentsAnimationController.java | 438 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "initialize-noVisibleTasks"); in initialize() 445 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "initialize-failedToLinkToDeath"); in initialize() 544 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "startAnimation-noAppWindows"); in startAnimation() 613 navWindow.mToken.cancelAnimation(); in attachNavigationBarToApp() 781 cancelAnimation(reorderMode, reason); 787 void cancelAnimation(@ReorderMode int reorderMode, String reason) { 788 cancelAnimation(reorderMode, false /*screenshot */, reason); 792 cancelAnimation(REORDER_KEEP_IN_PLACE, screenshot, "rootTaskOrderChanged"); 804 cancelAnimation(reorderMode, true /* screenshot */, "cancelAnimationForHomeStart"); 813 cancelAnimation(mWillFinishToHome ? REORDER_MOVE_TO_TOP : REORDER_MOVE_TO_ORIGINAL_POSITION, [all …]
|
D | RemoteAnimationController.java | 75 private final Runnable mTimeoutRunnable = () -> cancelAnimation("timeoutRunnable"); 221 void cancelAnimation(String reason) { in cancelAnimation() method in RemoteAnimationController 409 cancelAnimation("binderDied"); 601 cancelAnimation("allAppAnimationsCanceled");
|
D | WindowAnimator.java | 171 cancelAnimation(); in animate() 274 private void cancelAnimation() { in cancelAnimation() method in WindowAnimator
|
D | ScreenRotationAnimation.java | 831 mEnterBlackFrameAnimator.cancelAnimation(); in cancel() 834 mScreenshotRotationAnimator.cancelAnimation(); in cancel() 838 mRotateScreenAnimator.cancelAnimation(); in cancel() 842 mDisplayAnimator.cancelAnimation(); in cancel()
|
D | InsetsSourceProvider.java | 179 mWindowContainer.cancelAnimation(); in setWindowContainer() 526 mWindowContainer.cancelAnimation(); in updateControlForTarget() 565 mWindowContainer.cancelAnimation(); in startSeamlessRotation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | SettingsButton.java | 91 cancelAnimation(); in cancelLongClick() 96 private void cancelAnimation() { in cancelAnimation() method in SettingsButton 138 cancelAnimation(); in startAccelSpin() 165 cancelAnimation(); in startContinuousSpin()
|
D | UnlockedScreenOffAnimationController.kt | 200 PropertyAnimator.cancelAnimation(keyguardView, AnimatableProperty.Y) in shouldDelayKeyguardShow() 211 PropertyAnimator.cancelAnimation(keyguardView, AnimatableProperty.ALPHA) in shouldDelayKeyguardShow()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
D | FoldAodAnimationController.kt | 73 private var cancelAnimation: Runnable? = null in <lambda>() variable in com.android.systemui.unfold.FoldAodAnimationController 119 cancelAnimation?.run() in <lambda>() 203 cancelAnimation?.run() in <lambda>() 206 cancelAnimation = in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/ |
D | DialogAnimationController.java | 81 cancelAnimation(); in startEnterAnimation() 113 cancelAnimation(); in startExitAnimation() 140 public void cancelAnimation() { in cancelAnimation() method in DialogAnimationController
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SurfaceAnimatorTest.java | 150 mAnimatable.mSurfaceAnimator.cancelAnimation(); in testCancelAnimation() 165 animator.cancelAnimation(); in testCancelWithNullFinishCallbackAnimation() 189 mAnimatable.mSurfaceAnimator.cancelAnimation(); in testDelayingAnimationStartAndCancelled() 228 mAnimatable.mSurfaceAnimator.cancelAnimation(); in testOnAnimationLeashLostWhenAnimatableParentSurfaceControlNull() 262 mDeferFinishAnimatable.mSurfaceAnimator.cancelAnimation(); in testDeferFinishDoNotFinishNextAnimation()
|
D | AppWindowTokenAnimationTests.java | 126 mActivity.mSurfaceAnimator.cancelAnimation(); in clipAfterAnimCancelled_boundsLayerIsDestroyed()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | MenuAnimationController.java | 260 cancelAnimation(property); 293 cancelAnimation(property); 376 cancelAnimation(DynamicAnimation.TRANSLATION_X); in cancelAnimations() 377 cancelAnimation(DynamicAnimation.TRANSLATION_Y); in cancelAnimations() 380 private void cancelAnimation(DynamicAnimation.ViewProperty property) { in cancelAnimation() method in MenuAnimationController
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | ResizeVeil.kt | 214 cancelAnimation() in showVeil() 338 cancelAnimation() in hideVeil() 369 private fun cancelAnimation() { in cancelAnimation() method 378 cancelAnimation() in dispose()
|
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/updates/ |
D | DeviceFoldStateProvider.kt | 62 private val timeoutRunnable = Runnable { cancelAnimation() } in <lambda>() 222 if (isTransitionInProgress) cancelAnimation() in onRotationChanged() 251 private fun cancelAnimation(): Unit = in cancelAnimation() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | ShadeSurfaceImpl.kt | 36 override fun cancelAnimation() { in cancelAnimation() method in com.android.systemui.shade.ShadeSurfaceImpl
|
D | ShadeSurface.kt | 47 fun cancelAnimation() method
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardVisibilityHelper.java | 96 PropertyAnimator.cancelAnimation(mView, AnimatableProperty.ALPHA); in setViewVisibility() 159 PropertyAnimator.cancelAnimation(mView, AnimatableProperty.Y); in setViewVisibility()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | PropertyAnimator.java | 144 cancelAnimation(view, property); in applyImmediately() 148 public static void cancelAnimation(View view, AnimatableProperty property) { in cancelAnimation() method in PropertyAnimator
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/ |
D | BackAnimationRunner.java | 126 void cancelAnimation() { in cancelAnimation() method in BackAnimationRunner
|
D | ShellBackAnimationRegistry.java | 110 runner.cancelAnimation(); in cancel()
|
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
D | TaskFragmentAnimationRunner.java | 87 mHandler.post(this::cancelAnimation); in onAnimationCancelled() 103 private void cancelAnimation() { in cancelAnimation() method in TaskFragmentAnimationRunner
|
/frameworks/base/packages/CredentialManager/horologist/src/com/google/android/horologist/compose/rotaryinput/ |
D | Rotary.kt | 717 if (snapTargetUpdated) cancelAnimation() in topEdgeReached() 724 cancelAnimation() in topEdgeReached() 737 cancelAnimation() in topEdgeReached() 756 if (snapTargetUpdated) cancelAnimation() in topEdgeReached()
|
/frameworks/base/core/java/android/widget/ |
D | SmartSelectSprite.java | 362 cancelAnimation(); in startAnimation() 536 public void cancelAnimation() { in cancelAnimation() method in SmartSelectSprite
|