Home
last modified time | relevance | path

Searched defs:animationScale (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/util/
H A DScaleAwareTransitionProgressProvider.kt81 val animationScale = regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DScreenRotationAnimation.java249 @NonNull Runnable finishCallback, float animationScale, in buildAnimation()
345 private void startColorAnimation(float animationScale, @NonNull ShellExecutor animExecutor) { in startColorAnimation()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java388 float animationScale, int finalWidth, int finalHeight, int exitAnim, int enterAnim) { in startAnimation()
485 float animationScale, int finalWidth, int finalHeight, int exitAnim, int enterAnim) { in dismiss()