Lines Matching full:scroller
29 * This class differs from the framework {@link android.widget.Scroller} in that
131 * Create a Scroller with the default duration and interpolator.
138 * Create a Scroller with the specified interpolator. If the interpolator is
148 * Create a Scroller with the specified interpolator. If the interpolator is
183 * Returns whether the scroller has finished scrolling.
185 * @return True if the scroller has finished scrolling, false otherwise.
395 * @param minX Minimum X value. The scroller will not scroll past this
397 * @param maxX Maximum X value. The scroller will not scroll past this
399 * @param minY Minimum Y value. The scroller will not scroll past this
401 * @param maxY Maximum Y value. The scroller will not scroll past this
491 * aborting the animating cause the scroller to move to the final x and y
527 * Sets the final position (X) for this scroller.
540 * Sets the final position (Y) for this scroller.