Home
last modified time | relevance | path

Searched refs:OVERSHOOT (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/utilities/easing/
DCubicEasing.java30 private static final float[] OVERSHOOT = {0.34f, 1.56f, 0.64f, 1f}; field in CubicEasing
60 setup(OVERSHOOT); in config()
/frameworks/base/core/java/com/android/internal/widget/
DConversationLayout.java85 public static final Interpolator OVERSHOOT = new PathInterpolator(0.4f, 0f, 0.2f, 1.4f); field in ConversationLayout
364 shrinkAnimation.setInterpolator(OVERSHOOT); in setIsImportantConversation()