Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DInterpolators.java44 public static final Interpolator FAST_OUT_LINEAR_IN = new PathInterpolator(0.4f, 0f, 1f, 1f); field in Interpolators
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLayout.java65 public static final Interpolator FAST_OUT_LINEAR_IN = new PathInterpolator(0.4f, 0f, 1f, 1f); field in MessagingLayout
H A DConversationLayout.java79 public static final Interpolator FAST_OUT_LINEAR_IN = new PathInterpolator(0.4f, 0f, 1f, 1f); field in ConversationLayout