Home
last modified time | relevance | path

Searched refs:animationScale (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DScreenRotationAnimation.java235 @NonNull Runnable finishCallback, float animationScale, in startAnimation() argument
278 mRotateExitAnimation.scaleCurrentDuration(animationScale); in startAnimation()
281 mRotateEnterAnimation.scaleCurrentDuration(animationScale); in startAnimation()
305 private void startColorAnimation(float animationScale, @NonNull ShellExecutor animExecutor) { in startColorAnimation() argument
311 final long duration = colorTransitionMs * (long) animationScale; in startColorAnimation()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java340 float animationScale, int finalWidth, int finalHeight, int exitAnim, int enterAnim) { in startAnimation() argument
398 mRotateExitAnimation.scaleCurrentDuration(animationScale); in startAnimation()
401 mRotateEnterAnimation.scaleCurrentDuration(animationScale); in startAnimation()
409 mRotateAlphaAnimation.scaleCurrentDuration(animationScale); in startAnimation()
437 float animationScale, int finalWidth, int finalHeight, int exitAnim, int enterAnim) { in dismiss() argument
445 startAnimation(t, maxAnimationDuration, animationScale, finalWidth, finalHeight, in dismiss()