Home
last modified time | relevance | path

Searched refs:SLOWDOWN_INTERPOLATOR (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DInterpolators.java66 public static final PathInterpolator SLOWDOWN_INTERPOLATOR = field in Interpolators
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java31 import static com.android.wm.shell.animation.Interpolators.SLOWDOWN_INTERPOLATOR;
631 float result = SLOWDOWN_INTERPOLATOR.getInterpolation(fraction) / 3.5f; in calculateParallaxDismissingFraction()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DDividerView.java24 import static com.android.wm.shell.animation.Interpolators.SLOWDOWN_INTERPOLATOR;
1269 float result = SLOWDOWN_INTERPOLATOR.getInterpolation(fraction) / 3.5f; in calculateParallaxDismissingFraction()