Searched defs:DECELERATE_QUINT (Results 1 – 2 of 2) sorted by relevance
41 public static final Interpolator DECELERATE_QUINT = new DecelerateInterpolator(2.5f); field in Interpolators
1129 static final Interpolator DECELERATE_QUINT = new DecelerateInterpolator(2.5f); field in FragmentManagerImpl