Home | History | Annotate | Download | only in widget

Lines Matching refs:startScroll

2221             mScroller.startScroll(mCenterX, 0, position - mCenterX, 0, duration);
2483 public void startScroll(int startX, int startY, int dx, int dy) {
2484 mScroller.startScroll(startX, startY, dx, dy);
2489 public void startScroll(int startX, int startY, int dx, int dy, int duration) {