Searched refs:sLinearInterpolator (Results 1 – 3 of 3) sorted by relevance
43 private static final LinearInterpolator sLinearInterpolator = new LinearInterpolator(); field in AnticiButton124 moveAnim.setInterpolator(sLinearInterpolator); in runClickAnim()
59 private static final LinearInterpolator sLinearInterpolator = new LinearInterpolator(); field in ToonGame140 setInterpolator(sLinearInterpolator). in play()
55 private static final LinearInterpolator sLinearInterpolator = new LinearInterpolator(); field in PlayerSetupActivity326 currentMover.setInterpolator(sLinearInterpolator); in slideToNext()