Beispiel #1
0
 /**
  * Set the the specified scrolling interpolator
  *
  * @param interpolator the interpolator
  */
 public void setInterpolator(Interpolator interpolator) {
   scroller.setInterpolator(interpolator);
 }