Home | History | Annotate | Download | only in widget

Lines Matching defs:Scroller

35 public class Scroller  {
130 * Create a Scroller with the default duration and interpolator.
132 public Scroller(Context context) {
137 * Create a Scroller with the specified interpolator. If the interpolator is
141 public Scroller(Context context, Interpolator interpolator) {
147 * Create a Scroller with the specified interpolator. If the interpolator is
151 public Scroller(Context context, Interpolator interpolator, boolean flywheel) {
182 * Returns whether the scroller has finished scrolling.
184 * @return True if the scroller has finished scrolling, false otherwise.
394 * @param minX Minimum X value. The scroller will not scroll past this
396 * @param maxX Maximum X value. The scroller will not scroll past this
398 * @param minY Minimum Y value. The scroller will not scroll past this
400 * @param maxY Maximum Y value. The scroller will not scroll past this
490 * aborting the animating cause the scroller to move to the final x and y
526 * Sets the final position (X) for this scroller.
539 * Sets the final position (Y) for this scroller.