Searched defs:LINEAR_OUT_SLOW_IN (Results 1 – 3 of 3) sorted by relevance
22 static final TimeInterpolator LINEAR_OUT_SLOW_IN = new PathInterpolator(0, 0, 0.2f, 1); field in TransitionConstants
34 public static final Interpolator LINEAR_OUT_SLOW_IN = new PathInterpolator(0f, 0f, 0.2f, 1f); field in Interpolators
150 public static final int LINEAR_OUT_SLOW_IN = 0x010c000e; field in AndroidResources