Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/LiveButton/src/com/example/android/livebutton/
DLiveButton.java39 OvershootInterpolator sOvershooter = new OvershootInterpolator(10f); field in LiveButton
57 clickMeButton.animate().setInterpolator(sOvershooter). in onCreate()
/development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/
DAnticiButton.java46 private static final OvershootInterpolator sOvershooter = new OvershootInterpolator(); field in AnticiButton
135 wobbleAnim.setInterpolator(sOvershooter); in runClickAnim()
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
DPlayerSetupActivity.java70 private static final TimeInterpolator sOvershooter = new OvershootInterpolator(); field in PlayerSetupActivity
339 nextSkewer.setInterpolator(sOvershooter); in slideToNext()