Home
last modified time | relevance | path

Searched defs:INTERPOLATOR (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLightRevealScrim.kt63 private val INTERPOLATOR = Interpolators.FAST_OUT_SLOW_IN_REVERSE regex
90 private val INTERPOLATOR = Interpolators.FAST_OUT_SLOW_IN_REVERSE regex
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayImeController.java62 public static final Interpolator INTERPOLATOR = new PathInterpolator(0.4f, 0f, 0.2f, 1f); field in DisplayImeController