/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | SettingsButton.java | 89 cancelAnimation(); in cancelLongClick() 94 private void cancelAnimation() { in cancelAnimation() method in SettingsButton 133 cancelAnimation(); in startAccelSpin() 160 cancelAnimation(); in startContinuousSpin()
|
D | KeyguardAffordanceHelper.java | 136 cancelAnimation(); in onTouchEvent() 239 cancelAnimation(); in startHintAnimation() 308 private void cancelAnimation() { in cancelAnimation() method in KeyguardAffordanceHelper 432 cancelAnimation(); in animateHideLeftRightIcon() 505 cancelAnimation(); in reset()
|
D | StatusBar.java | 3185 mNotificationPanelViewController.cancelAnimation(); in showKeyguardImpl() 3345 mNotificationPanelViewController.cancelAnimation(); in hideKeyguardImpl()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SurfaceAnimator.java | 138 cancelAnimation(t, true /* restarting */, true /* forwardCancel */); 145 cancelAnimation(); 223 void cancelAnimation() { 224 cancelAnimation(mAnimatable.getPendingTransaction(), false /* restarting */, 272 cancelAnimation(); 277 cancelAnimation(t, true /* restarting */, true /* forwardCancel */); 284 from.cancelAnimation(t, false /* restarting */, false /* forwardCancel */); 304 private void cancelAnimation(Transaction t, boolean restarting, boolean forwardCancel) {
|
D | SurfaceFreezer.java | 107 mSnapshot.cancelAnimation(t, false /* restarting */); in unfreeze() 201 cancelAnimation(t, true /* restarting */); in startAnimation() 205 cancelAnimation(t, false /* restarting */); in startAnimation() 217 void cancelAnimation(SurfaceControl.Transaction t, boolean restarting) { in cancelAnimation() method in SurfaceFreezer.Snapshot
|
D | RecentsAnimationController.java | 109 private final Runnable mFailsafeRunnable = () -> cancelAnimation( 308 mRecentScreenshotAnimator.cancelAnimation(); 388 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "initialize-noVisibleTasks"); in initialize() 395 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "initialize-failedToLinkToDeath"); in initialize() 473 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "startAnimation-noAppWindows"); in startAnimation() 590 void cancelAnimation(@ReorderMode int reorderMode, String reason) { 591 cancelAnimation(reorderMode, false /*screenshot */, reason); 595 cancelAnimation(REORDER_KEEP_IN_PLACE, screenshot, "stackOrderChanged"); 598 private void cancelAnimation(@ReorderMode int reorderMode, boolean screenshot, String reason) { 729 mRecentScreenshotAnimator.cancelAnimation(); [all …]
|
D | RemoteAnimationController.java | 65 private final Runnable mTimeoutRunnable = () -> cancelAnimation("timeoutRunnable"); 143 void cancelAnimation(String reason) { in cancelAnimation() method in RemoteAnimationController 304 cancelAnimation("binderDied"); 454 cancelAnimation("allAppAnimationsCanceled");
|
D | InsetsSourceProvider.java | 137 mWin.cancelAnimation(); in setWindow() 273 mWin.cancelAnimation(); in updateControlForTarget() 314 mWin.cancelAnimation(); in startSeamlessRotation()
|
D | WindowAnimator.java | 169 cancelAnimation(); in animate() 296 private void cancelAnimation() { in cancelAnimation() method in WindowAnimator
|
D | ScreenRotationAnimation.java | 743 mEnterBlackFrameAnimator.cancelAnimation(); in cancel() 746 mScreenshotRotationAnimator.cancelAnimation(); in cancel() 750 mRotateScreenAnimator.cancelAnimation(); in cancel() 754 mDisplayAnimator.cancelAnimation(); in cancel()
|
D | WindowContainerThumbnail.java | 160 mSurfaceAnimator.cancelAnimation(); in destroy()
|
D | WindowContainer.java | 2116 void cancelAnimation() { in cancelAnimation() method in WindowContainer 2118 mSurfaceAnimator.cancelAnimation(); in cancelAnimation() 2184 cancelAnimation(); in applyAnimation() 2196 cancelAnimation(); in applyAnimation()
|
D | WindowStateAnimator.java | 1474 mWin.cancelAnimation(); in applyAnimationLocked()
|
D | TaskDisplayArea.java | 556 cancelAnimation(); in removeExistingAppTokensIfPossible()
|
D | ActivityRecord.java | 3235 cancelAnimation(); in onRemovedFromDisplay() 5313 win.cancelAnimation(); in onFirstWindowDrawn() 6190 void cancelAnimation() { in cancelAnimation() method 6191 super.cancelAnimation(); in cancelAnimation()
|
D | AppTransition.java | 472 mRemoteAnimationController.cancelAnimation("freeze"); in freeze()
|
/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 | RecentsAnimationControllerTest.java | 144 mController.cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "test"); in testCancelAfterRemove_expectIgnored() 211 wallpaperWindowToken.cancelAnimation(); in testWallpaperAnimatorCanceled_expectAnimationKeepsRunning() 298 mController.mRecentScreenshotAnimator.cancelAnimation(); in testDeferCancelAnimationWithScreenShot()
|
D | AppWindowTokenAnimationTests.java | 120 mActivity.mSurfaceAnimator.cancelAnimation(); in clipAfterAnimCancelled_boundsLayerIsDestroyed()
|
D | InsetsStateControllerTest.java | 321 statusBar.cancelAnimation(); in testControlRevoked_animation()
|
D | RemoteAnimationControllerTest.java | 350 wallpaperWindowToken.cancelAnimation(); in testWallpaperAnimatorCanceled_expectAnimationKeepsRunning()
|
/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/core/java/android/view/ |
D | InsetsController.java | 979 cancelAnimation(runner, true /* invokeCallback */); in controlAnimationUnchecked() 1081 cancelAnimation(control, true /* invokeCallback */); in cancelExistingControllers() 1104 cancelAnimation(runner, false /* invokeCallback */); in notifyFinished() 1123 cancelAnimation(control, true /* invokeCallback */); in notifyControlRevoked() 1131 private void cancelAnimation(InsetsAnimationControlRunner control, boolean invokeCallback) { in cancelAnimation() method in InsetsController
|
/frameworks/base/core/java/android/widget/ |
D | SmartSelectSprite.java | 367 cancelAnimation(); in startAnimation() 563 public void cancelAnimation() { in cancelAnimation() method in SmartSelectSprite
|
D | SelectionActionModeHelper.java | 515 mSmartSelectSprite.cancelAnimation(); in cancelSmartSelectAnimation()
|