/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/pager/ |
D | SnappingFlingBehavior.kt | 142 cancelAnimation() in performDecayFling() 152 cancelAnimation() in performDecayFling() 159 cancelAnimation() in performDecayFling() 162 cancelAnimation() in performDecayFling() 208 cancelAnimation() in performSpringFling() 216 cancelAnimation() in performSpringFling() 219 cancelAnimation() in performSpringFling()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SurfaceAnimator.java | 171 cancelAnimation(t, true /* restarting */, true /* forwardCancel */); 179 cancelAnimation(); 266 void cancelAnimation() { 267 cancelAnimation(mAnimatable.getSyncTransaction(), false /* restarting */, 315 cancelAnimation(); 323 cancelAnimation(t, true /* restarting */, true /* forwardCancel */); 331 from.cancelAnimation(t, false /* restarting */, false /* forwardCancel */); 351 private void cancelAnimation(Transaction t, boolean restarting, boolean forwardCancel) { 381 snapshot.cancelAnimation(t, false /* restarting */); 403 snapshot.cancelAnimation(t, !destroyLeash);
|
D | BackNaviAnimationController.java | 142 cancelAnimation(); in initialize() 240 cancelAnimation(); in startAnimation() 250 cancelAnimation(); in startAnimation() 256 cancelAnimation(); in binderDied() 262 mTargetActivityRecord, this::cancelAnimation); in createAnimationAdapter() 286 private void cancelAnimation() { in cancelAnimation() method in BackNaviAnimationController
|
D | SurfaceFreezer.java | 139 mSnapshot.cancelAnimation(t, false /* restarting */); in unfreezeInner() 263 cancelAnimation(t, true /* restarting */); in startAnimation() 266 cancelAnimation(t, false /* restarting */); in startAnimation() 278 void cancelAnimation(SurfaceControl.Transaction t, boolean restarting) { in cancelAnimation() method in SurfaceFreezer.Snapshot
|
D | RecentsAnimationController.java | 428 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "initialize-noVisibleTasks"); in initialize() 435 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "initialize-failedToLinkToDeath"); in initialize() 534 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "startAnimation-noAppWindows"); in startAnimation() 603 navWindow.mToken.cancelAnimation(); in attachNavigationBarToApp() 771 cancelAnimation(reorderMode, reason); 777 void cancelAnimation(@ReorderMode int reorderMode, String reason) { 778 cancelAnimation(reorderMode, false /*screenshot */, reason); 782 cancelAnimation(REORDER_KEEP_IN_PLACE, screenshot, "rootTaskOrderChanged"); 794 cancelAnimation(reorderMode, true /* screenshot */, "cancelAnimationForHomeStart"); 803 cancelAnimation(mWillFinishToHome ? REORDER_MOVE_TO_TOP : REORDER_MOVE_TO_ORIGINAL_POSITION, [all …]
|
D | RemoteAnimationController.java | 75 private final Runnable mTimeoutRunnable = () -> cancelAnimation("timeoutRunnable"); 220 void cancelAnimation(String reason) { in cancelAnimation() method in RemoteAnimationController 415 cancelAnimation("binderDied"); 604 cancelAnimation("allAppAnimationsCanceled");
|
D | WindowAnimator.java | 173 cancelAnimation(); in animate() 300 private void cancelAnimation() { in cancelAnimation() method in WindowAnimator
|
D | ScreenRotationAnimation.java | 816 mEnterBlackFrameAnimator.cancelAnimation(); in cancel() 819 mScreenshotRotationAnimator.cancelAnimation(); in cancel() 823 mRotateScreenAnimator.cancelAnimation(); in cancel() 827 mDisplayAnimator.cancelAnimation(); in cancel()
|
D | InsetsSourceProvider.java | 167 mWindowContainer.cancelAnimation(); in setWindowContainer() 455 mWindowContainer.cancelAnimation(); in updateControlForTarget() 485 mWindowContainer.cancelAnimation(); in startSeamlessRotation()
|
D | WindowContainerThumbnail.java | 144 mSurfaceAnimator.cancelAnimation(); in destroy()
|
/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 | 170 PropertyAnimator.cancelAnimation(keyguardView, AnimatableProperty.Y) in shouldDelayKeyguardShow()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
D | FoldAodAnimationController.kt | 76 private var cancelAnimation: Runnable? = null in <lambda>() variable in com.android.systemui.unfold.FoldAodAnimationController 122 cancelAnimation?.run() in <lambda>() 187 cancelAnimation?.run() in <lambda>() 190 cancelAnimation = mainExecutor.executeDelayed( 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
|
D | LetterboxEduWindowManager.java | 211 mAnimationController.cancelAnimation(); in release()
|
D | RestartDialogWindowManager.java | 230 mAnimationController.cancelAnimation(); in release()
|
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/updates/ |
D | DeviceFoldStateProvider.kt | 65 private val timeoutRunnable = Runnable { cancelAnimation() } in <lambda>() 67 if (isTransitionInProgress) cancelAnimation() in <lambda>() 241 private fun cancelAnimation(): Unit = in cancelAnimation() method
|
/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/statusbar/notification/ |
D | PropertyAnimator.java | 137 cancelAnimation(view, property); in applyImmediately() 141 public static void cancelAnimation(View view, AnimatableProperty property) { in cancelAnimation() method in PropertyAnimator
|
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
D | TaskFragmentAnimationRunner.java | 90 mHandler.post(this::cancelAnimation); in onAnimationCancelled() 106 private void cancelAnimation() { in cancelAnimation() method in TaskFragmentAnimationRunner
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardVisibilityHelper.java | 134 PropertyAnimator.cancelAnimation(mView, AnimatableProperty.Y); in setViewVisibility()
|
/frameworks/base/core/java/android/widget/ |
D | SmartSelectSprite.java | 362 cancelAnimation(); in startAnimation() 536 public void cancelAnimation() { in cancelAnimation() method in SmartSelectSprite
|
/frameworks/base/core/java/android/view/ |
D | InsetsController.java | 1151 cancelAnimation(runner, true /* invokeCallback */); in controlAnimationUnchecked() 1278 cancelAnimation(control, true /* invokeCallback */); in cancelExistingControllers() 1301 cancelAnimation(runner, false /* invokeCallback */); in notifyFinished() 1327 cancelAnimation(control, true /* invokeCallback */); in notifyControlRevoked() 1335 private void cancelAnimation(InsetsAnimationControlRunner control, boolean invokeCallback) { in cancelAnimation() method in InsetsController
|
/frameworks/base/packages/SettingsLib/IllustrationPreference/src/com/android/settingslib/widget/ |
D | IllustrationPreference.java | 398 illustrationView.cancelAnimation();
|