Searched refs:animationScale (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/util/ |
D | ScaleAwareTransitionProgressProvider.kt | 81 val animationScale = in wrap() constant 88 return animationScale != 0f in wrap()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | ScreenRotationAnimation.java | 249 @NonNull Runnable finishCallback, float animationScale, in buildAnimation() argument 303 mRotateExitAnimation.scaleCurrentDuration(animationScale); in buildAnimation() 306 mRotateEnterAnimation.scaleCurrentDuration(animationScale); in buildAnimation() 311 mRotateAlphaAnimation.scaleCurrentDuration(animationScale); in buildAnimation() 345 private void startColorAnimation(float animationScale, @NonNull ShellExecutor animExecutor) { in startColorAnimation() argument 351 final long duration = colorTransitionMs * (long) animationScale; in startColorAnimation()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ScreenRotationAnimation.java | 402 float animationScale, int finalWidth, int finalHeight, int exitAnim, int enterAnim) { in startAnimation() argument 460 mRotateExitAnimation.scaleCurrentDuration(animationScale); in startAnimation() 463 mRotateEnterAnimation.scaleCurrentDuration(animationScale); in startAnimation() 471 mRotateAlphaAnimation.scaleCurrentDuration(animationScale); in startAnimation() 499 float animationScale, int finalWidth, int finalHeight, int exitAnim, int enterAnim) { in dismiss() argument 507 startAnimation(t, maxAnimationDuration, animationScale, finalWidth, finalHeight, in dismiss()
|