public class Scroller extendsObject java.lang.Object android.widget.Scrolle 类概述 这个类封装了滚动操作。滚动的持续时间可以通过构造函数传递,并且可以指定滚动动作的持续的最长时间。经过这段时间,滚动会自动定位到最终位置,并且通过computeScrollOffset()会得到的返回值为fal
Android是这样描述Scroller这个类的 This class encapsulates scrolling. (encapsulate:封装) You can use scrollers (Scroller or OverScroller) to collect the data you need to produce a scrolling animation—for exa