Home
last modified time | relevance | path

Searched refs:cancelAnimation (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceAnimator.java115 cancelAnimation(t, true /* restarting */, true /* forwardCancel */);
120 cancelAnimation();
177 void cancelAnimation() {
178 cancelAnimation(mAnimatable.getPendingTransaction(), false /* restarting */,
226 cancelAnimation();
231 cancelAnimation(t, true /* restarting */, true /* forwardCancel */);
236 from.cancelAnimation(t, false /* restarting */, false /* forwardCancel */);
256 private void cancelAnimation(Transaction t, boolean restarting, boolean forwardCancel) {
DRecentsAnimationController.java97 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "failSafeRunnable");
294 mRecentScreenshotAnimator.cancelAnimation();
355 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "initialize-noVisibleTasks"); in initialize()
362 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "initialize-failedToLinkToDeath"); in initialize()
433 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "startAnimation-noAppWindows"); in startAnimation()
474 void cancelAnimation(@ReorderMode int reorderMode, String reason) { in cancelAnimation() method in RecentsAnimationController
475 cancelAnimation(reorderMode, false /* runSynchronously */, false /*screenshot */, reason); in cancelAnimation()
479 cancelAnimation(reorderMode, true /* runSynchronously */, false /* screenshot */, reason); in cancelAnimationSynchronously()
483 cancelAnimation(REORDER_KEEP_IN_PLACE, true /* sync */, true /* screenshot */, in cancelAnimationWithScreenShot()
487 private void cancelAnimation(@ReorderMode int reorderMode, boolean runSynchronously, in cancelAnimation() method in RecentsAnimationController
[all …]
DRemoteAnimationController.java63 private final Runnable mTimeoutRunnable = () -> cancelAnimation("timeoutRunnable");
135 void cancelAnimation(String reason) { in cancelAnimation() method in RemoteAnimationController
262 cancelAnimation("binderDied"); in binderDied()
DWindowAnimator.java204 cancelAnimation(); in animate()
371 private void cancelAnimation() { in cancelAnimation() method in WindowAnimator
DAppWindowThumbnail.java156 mSurfaceAnimator.cancelAnimation(); in destroy()
DInsetsSourceProvider.java158 mWin.cancelAnimation(); in updateControlForTarget()
DAppWindowToken.java390 win.cancelAnimation(); in onFirstWindowDrawn()
923 cancelAnimation(); in onRemovedFromDisplay()
2534 cancelAnimation(); in applyAnimationLocked()
2620 cancelAnimation(); in applyAnimationLocked()
2893 void cancelAnimation() { in cancelAnimation() method in AppWindowToken
2906 super.cancelAnimation(); in cancelAnimationOnly()
DWindowContainer.java1264 void cancelAnimation() { in cancelAnimation() method in WindowContainer
1265 mSurfaceAnimator.cancelAnimation(); in cancelAnimation()
DTask.java594 mChildren.get(i).cancelAnimation(); in cancelTaskWindowTransition()
DAppTransitionController.java717 wtoken.cancelAnimation(); in processApplicationsAnimatingInPlace()
DWindowStateAnimator.java1384 mWin.cancelAnimation(); in applyAnimationLocked()
DAppTransition.java469 mRemoteAnimationController.cancelAnimation("freeze"); in freeze()
DDisplayContent.java4424 cancelAnimation(); in removeExistingAppTokensIfPossible()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSettingsButton.java89 cancelAnimation(); in cancelLongClick()
94 private void cancelAnimation() { in cancelAnimation() method in SettingsButton
133 cancelAnimation(); in startAccelSpin()
160 cancelAnimation(); in startContinuousSpin()
DKeyguardAffordanceHelper.java136 cancelAnimation(); in onTouchEvent()
239 cancelAnimation(); in startHintAnimation()
308 private void cancelAnimation() { in cancelAnimation() method in KeyguardAffordanceHelper
432 cancelAnimation(); in animateHideLeftRightIcon()
505 cancelAnimation(); in reset()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSurfaceAnimatorTest.java133 mAnimatable.mSurfaceAnimator.cancelAnimation(); in testCancelAnimation()
155 mAnimatable.mSurfaceAnimator.cancelAnimation(); in testDelayingAnimationStartAndCancelled()
189 mAnimatable.mSurfaceAnimator.cancelAnimation(); in testOnAnimationLeashLostWhenAnimatableParentSurfaceControlNull()
222 mDeferFinishAnimatable.mSurfaceAnimator.cancelAnimation(); in testDeferFinishDoNotFinishNextAnimation()
DRecentsAnimationControllerTest.java120 mController.cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "test"); in testCancelAfterRemove_expectIgnored()
168 mController.mRecentScreenshotAnimator.cancelAnimation(); in testCancelAnimationWithScreenShot()
DAppWindowTokenAnimationTests.java115 mToken.mSurfaceAnimator.cancelAnimation(); in clipAfterAnimCancelled_boundsLayerIsDestroyed()
DInsetsStateControllerTest.java125 topBar.cancelAnimation(); in testControlRevoked_animation()
/frameworks/base/core/java/android/view/
DInsetsController.java385 cancelAnimation(control); in cancelExistingControllers()
401 cancelAnimation(control); in notifyControlRevoked()
406 private void cancelAnimation(InsetsAnimationControlImpl control) { in cancelAnimation() method in InsetsController
/frameworks/base/core/java/android/widget/
DSmartSelectSprite.java368 cancelAnimation(); in startAnimation()
564 public void cancelAnimation() { in cancelAnimation() method in SmartSelectSprite
DSelectionActionModeHelper.java481 mSmartSelectSprite.cancelAnimation(); in cancelSmartSelectAnimation()
/frameworks/base/services/
Dart-profile15565 HSPLcom/android/server/wm/AppWindowToken;->cancelAnimation()V
16501 PLcom/android/server/wm/RecentsAnimationController;->cancelAnimation(IZZLjava/lang/String;)V
16530 PLcom/android/server/wm/RemoteAnimationController;->cancelAnimation(Ljava/lang/String;)V
16768 HSPLcom/android/server/wm/SurfaceAnimator;->cancelAnimation()V
16769 HSPLcom/android/server/wm/SurfaceAnimator;->cancelAnimation(Landroid/view/SurfaceControl$Transactio…
17225 HSPLcom/android/server/wm/WindowContainer;->cancelAnimation()V