Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLightRevealScrim.kt70 private val INTERPOLATOR = Interpolators.FAST_OUT_SLOW_IN_REVERSE regex
73 val interpolatedAmount = INTERPOLATOR.getInterpolation(amount)
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
H A DCrossActivityAnimation.java64 private static final Interpolator INTERPOLATOR = new DecelerateInterpolator(); field in CrossActivityAnimation
340 final float interpolatedProgress = INTERPOLATOR.getInterpolation(progress); in transformWithProgress()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayImeController.java71 public static final Interpolator INTERPOLATOR = new PathInterpolator(0.4f, 0f, 0.2f, 1f); field in DisplayImeController
457 mAnimation.setInterpolator(INTERPOLATOR); in startAnimation()