Home
last modified time | relevance | path

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

/development/samples/StartingWindow/src/com/example/android/startingwindow/
DCustomizeExitActivity.java60 public static final Interpolator EASE_IN_OUT = new PathInterpolator(.48f, .11f, .53f, .87f); field in CustomizeExitActivity
167 marginAnimator.setInterpolator(EASE_IN_OUT); in createContentAnimation()