Exemplo n.º 1
0
 /**
  * Call this when you want to know the new location. The position will be updated and can be
  * obtained by getPosition(). Returns true if the animation is not yet finished.
  */
 public boolean advanceAnimation(long currentTimeMillis) {
   return mScroller.computeScrollOffset();
 }