Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/
DAnticiButton.java43 private static final LinearInterpolator sLinearInterpolator = new LinearInterpolator(); field in AnticiButton
124 moveAnim.setInterpolator(sLinearInterpolator); in runClickAnim()
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
DToonGame.java59 private static final LinearInterpolator sLinearInterpolator = new LinearInterpolator(); field in ToonGame
140 setInterpolator(sLinearInterpolator). in play()
DPlayerSetupActivity.java55 private static final LinearInterpolator sLinearInterpolator = new LinearInterpolator(); field in PlayerSetupActivity
326 currentMover.setInterpolator(sLinearInterpolator); in slideToNext()