Home | History | Annotate | Download | only in widget

Lines Matching refs:Scroller

30  * {@link android.widget.Scroller} in most cases.
74 mInterpolator = new Scroller.ViscousFluidInterpolator();
120 mInterpolator = new Scroller.ViscousFluidInterpolator();
140 * Returns whether the scroller has finished scrolling.
142 * @return True if the scroller has finished scrolling, false otherwise.
151 * does NOT cause the scroller to move to the final x and y
260 * Sets the final position (X) for this scroller.
278 * Sets the final position (Y) for this scroller.
307 // Any scroller can be used for time, since they were started
417 * @param minX Minimum X value. The scroller will not scroll past this point
420 * @param maxX Maximum X value. The scroller will not scroll past this point
423 * @param minY Minimum Y value. The scroller will not scroll past this point
426 * @param maxY Maximum Y value. The scroller will not scroll past this point
453 * Notify the scroller that we've reached a horizontal boundary.
470 * Notify the scroller that we've reached a vertical boundary.
487 * Returns whether the current Scroller is currently returning to a valid position.
508 * aborting the animating causes the scroller to move to the final x and y