Home | History | Annotate | Download | only in widget

Lines Matching refs:Scroller

1428         private Scroller mScroller;
1436 mScroller = new Scroller(getContext());
1473 * Force the scroller's status to finished (without setting its
1491 final Scroller scroller = mScroller;
1492 boolean more = scroller.computeScrollOffset();
1493 final int x = scroller.getCurrX();