Home | History | Annotate | Download | only in common

Lines Matching defs:Scroller

35 public class Scroller  {
105 * Create a Scroller with the default duration and interpolator.
107 public Scroller(Context context) {
112 * Create a Scroller with the specified interpolator. If the interpolator is
116 public Scroller(Context context, Interpolator interpolator) {
122 * Create a Scroller with the specified interpolator. If the interpolator is
126 public Scroller(Context context, Interpolator interpolator, boolean flywheel) {
154 * Returns whether the scroller has finished scrolling.
156 * @return True if the scroller has finished scrolling, false otherwise.
358 * @param minX Minimum X value. The scroller will not scroll past this
360 * @param maxX Maximum X value. The scroller will not scroll past this
362 * @param minY Minimum Y value. The scroller will not scroll past this
364 * @param maxY Maximum Y value. The scroller will not scroll past this
439 * aborting the animating cause the scroller to move to the final x and y
475 * Sets the final position (X) for this scroller.
488 scroller.