Searched refs:EASE_IN_INTERPOLATOR (Results 1 – 3 of 3) sorted by relevance
177 .setInterpolator(UiUtils.EASE_IN_INTERPOLATOR) in startAnimation()
80 public static final Interpolator EASE_IN_INTERPOLATOR = new CubicBezierInterpolator( field in UiUtils
514 transition.setInterpolator(UiUtils.EASE_IN_INTERPOLATOR); in startExplodeTransitionForContactLists()