Home
last modified time | relevance | path

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

12

/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()
DStatusBar.java3185 mNotificationPanelViewController.cancelAnimation(); in showKeyguardImpl()
3345 mNotificationPanelViewController.cancelAnimation(); in hideKeyguardImpl()
/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceAnimator.java138 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) {
DSurfaceFreezer.java107 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
DRecentsAnimationController.java109 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 …]
DRemoteAnimationController.java65 private final Runnable mTimeoutRunnable = () -> cancelAnimation("timeoutRunnable");
143 void cancelAnimation(String reason) { in cancelAnimation() method in RemoteAnimationController
304 cancelAnimation("binderDied");
454 cancelAnimation("allAppAnimationsCanceled");
DInsetsSourceProvider.java137 mWin.cancelAnimation(); in setWindow()
273 mWin.cancelAnimation(); in updateControlForTarget()
314 mWin.cancelAnimation(); in startSeamlessRotation()
DWindowAnimator.java169 cancelAnimation(); in animate()
296 private void cancelAnimation() { in cancelAnimation() method in WindowAnimator
DScreenRotationAnimation.java743 mEnterBlackFrameAnimator.cancelAnimation(); in cancel()
746 mScreenshotRotationAnimator.cancelAnimation(); in cancel()
750 mRotateScreenAnimator.cancelAnimation(); in cancel()
754 mDisplayAnimator.cancelAnimation(); in cancel()
DWindowContainerThumbnail.java160 mSurfaceAnimator.cancelAnimation(); in destroy()
DWindowContainer.java2116 void cancelAnimation() { in cancelAnimation() method in WindowContainer
2118 mSurfaceAnimator.cancelAnimation(); in cancelAnimation()
2184 cancelAnimation(); in applyAnimation()
2196 cancelAnimation(); in applyAnimation()
DWindowStateAnimator.java1474 mWin.cancelAnimation(); in applyAnimationLocked()
DTaskDisplayArea.java556 cancelAnimation(); in removeExistingAppTokensIfPossible()
DActivityRecord.java3235 cancelAnimation(); in onRemovedFromDisplay()
5313 win.cancelAnimation(); in onFirstWindowDrawn()
6190 void cancelAnimation() { in cancelAnimation() method
6191 super.cancelAnimation(); in cancelAnimation()
DAppTransition.java472 mRemoteAnimationController.cancelAnimation("freeze"); in freeze()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSurfaceAnimatorTest.java150 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()
DRecentsAnimationControllerTest.java144 mController.cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "test"); in testCancelAfterRemove_expectIgnored()
211 wallpaperWindowToken.cancelAnimation(); in testWallpaperAnimatorCanceled_expectAnimationKeepsRunning()
298 mController.mRecentScreenshotAnimator.cancelAnimation(); in testDeferCancelAnimationWithScreenShot()
DAppWindowTokenAnimationTests.java120 mActivity.mSurfaceAnimator.cancelAnimation(); in clipAfterAnimCancelled_boundsLayerIsDestroyed()
DInsetsStateControllerTest.java321 statusBar.cancelAnimation(); in testControlRevoked_animation()
DRemoteAnimationControllerTest.java350 wallpaperWindowToken.cancelAnimation(); in testWallpaperAnimatorCanceled_expectAnimationKeepsRunning()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DPropertyAnimator.java137 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/
DInsetsController.java979 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/
DSmartSelectSprite.java367 cancelAnimation(); in startAnimation()
563 public void cancelAnimation() { in cancelAnimation() method in SmartSelectSprite
DSelectionActionModeHelper.java515 mSmartSelectSprite.cancelAnimation(); in cancelSmartSelectAnimation()

12