Home
last modified time | relevance | path

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

123

/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceAnimator.java172 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);
DSurfaceFreezer.java140 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
DRecentsAnimationController.java438 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 …]
DRemoteAnimationController.java75 private final Runnable mTimeoutRunnable = () -> cancelAnimation("timeoutRunnable");
221 void cancelAnimation(String reason) { in cancelAnimation() method in RemoteAnimationController
409 cancelAnimation("binderDied");
601 cancelAnimation("allAppAnimationsCanceled");
DWindowAnimator.java171 cancelAnimation(); in animate()
274 private void cancelAnimation() { in cancelAnimation() method in WindowAnimator
DScreenRotationAnimation.java831 mEnterBlackFrameAnimator.cancelAnimation(); in cancel()
834 mScreenshotRotationAnimator.cancelAnimation(); in cancel()
838 mRotateScreenAnimator.cancelAnimation(); in cancel()
842 mDisplayAnimator.cancelAnimation(); in cancel()
DInsetsSourceProvider.java179 mWindowContainer.cancelAnimation(); in setWindowContainer()
526 mWindowContainer.cancelAnimation(); in updateControlForTarget()
565 mWindowContainer.cancelAnimation(); in startSeamlessRotation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSettingsButton.java91 cancelAnimation(); in cancelLongClick()
96 private void cancelAnimation() { in cancelAnimation() method in SettingsButton
138 cancelAnimation(); in startAccelSpin()
165 cancelAnimation(); in startContinuousSpin()
DUnlockedScreenOffAnimationController.kt200 PropertyAnimator.cancelAnimation(keyguardView, AnimatableProperty.Y) in shouldDelayKeyguardShow()
211 PropertyAnimator.cancelAnimation(keyguardView, AnimatableProperty.ALPHA) in shouldDelayKeyguardShow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DFoldAodAnimationController.kt73 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/
DDialogAnimationController.java81 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/
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()
DAppWindowTokenAnimationTests.java126 mActivity.mSurfaceAnimator.cancelAnimation(); in clipAfterAnimCancelled_boundsLayerIsDestroyed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuAnimationController.java260 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/
DResizeVeil.kt214 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/
DDeviceFoldStateProvider.kt62 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/
DShadeSurfaceImpl.kt36 override fun cancelAnimation() { in cancelAnimation() method in com.android.systemui.shade.ShadeSurfaceImpl
DShadeSurface.kt47 fun cancelAnimation() method
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardVisibilityHelper.java96 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/
DPropertyAnimator.java144 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/
DBackAnimationRunner.java126 void cancelAnimation() { in cancelAnimation() method in BackAnimationRunner
DShellBackAnimationRegistry.java110 runner.cancelAnimation(); in cancel()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationRunner.java87 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/
DRotary.kt717 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/
DSmartSelectSprite.java362 cancelAnimation(); in startAnimation()
536 public void cancelAnimation() { in cancelAnimation() method in SmartSelectSprite

123