Searched refs:EASE_IN_OUT (Results 1 – 1 of 1) sorted by relevance
60 public static final Interpolator EASE_IN_OUT = new PathInterpolator(.48f, .11f, .53f, .87f); field in CustomizeExitActivity167 marginAnimator.setInterpolator(EASE_IN_OUT); in createContentAnimation()