The methods of Android.Widget.Scroller are listed below. For a list of all members, see the Scroller Members list.
See Also: Inherited members from Java.Lang.Object
AbortAnimation()Stops the animation. | ||
ComputeScrollOffset()Call this when you want to know the new location. | ||
ExtendDuration(int)Extend the scroll animation. | ||
Fling(int, int, int, int, int, int, int, int)Start scrolling based on a fling gesture. | ||
ForceFinished(bool)Force the finished field to a particular value. | ||
SetFriction(float)The amount of friction applied to flings. | ||
StartScroll(int, int, int, int)Start scrolling by providing a starting point and the distance to travel. | ||
StartScroll(int, int, int, int, int)Start scrolling by providing a starting point, the distance to travel, and the duration of the scroll. | ||
TimePassed()Returns the time elapsed since the beginning of the scrolling. |