Home
last modified time | relevance | path

Searched refs:startScroll (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/widget/
DOverScroller.java355 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() method in OverScroller
356 startScroll(startX, startY, dx, dy, DEFAULT_DURATION); in startScroll()
372 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in OverScroller
374 mScrollerX.startScroll(startX, dx, duration); in startScroll()
375 mScrollerY.startScroll(startY, dy, duration); in startScroll()
681 void startScroll(int start, int distance, int duration) { in startScroll() method in OverScroller.SplineOverScroller
DScroller.java317 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() method in Scroller
318 startScroll(startX, startY, dx, dy, DEFAULT_DURATION); in startScroll()
334 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in Scroller
DNumberPicker.java1295 mFlingScroller.startScroll(0, 0, 0, -mSelectorElementHeight, in changeCurrentByOne()
1298 mFlingScroller.startScroll(0, 0, 0, mSelectorElementHeight, in changeCurrentByOne()
1800 mAdjustScroller.startScroll(0, 0, 0, deltaY, SELECTOR_ADJUSTMENT_DURATION_MILLIS); in run()
DGallery.java1401 mScroller.startScroll(0, 0, -distance, 0, mAnimationDuration);
DScrollView.java1083 mScroller.startScroll(mScrollX, scrollY, 0, dy); in smoothScrollBy()
DHorizontalScrollView.java1078 mScroller.startScroll(scrollX, mScrollY, dx, 0); in smoothScrollBy()
DAbsListView.java3727 void startScroll(int distance, int duration) { in startScroll() method in AbsListView.FlingRunnable
3730 mScroller.startScroll(0, initialY, 0, distance, duration); in startScroll()
4329 mFlingRunnable.startScroll(distance, duration);
DTextView.java6923 mScroller.startScroll(mScrollX, mScrollY, dx, dy); in bringPointIntoView()
/frameworks/support/v4/java/android/support/v4/view/
DViewPager.java541 mScroller.startScroll(sx, sy, dx, dy, duration); in smoothScrollTo()
888 mScroller.startScroll(scrollPos, 0, mCurItem * widthWithMargin, 0, newDuration);
/frameworks/base/core/java/android/view/
DViewRootImpl.java2149 mScroller.startScroll(0, mScrollY, 0, scrollY-mScrollY); in scrollToRectOrFocus()
/frameworks/base/core/java/android/webkit/
DWebView.java3610 mScroller.startScroll(mScrollX, mScrollY, dx, dy, in pinScrollTo()
/frameworks/base/api/
Dcurrent.txt26544 method public void startScroll(int, int, int, int);
26545 method public void startScroll(int, int, int, int, int);
26886 method public void startScroll(int, int, int, int);
26887 method public void startScroll(int, int, int, int, int);
D14.txt26544 method public void startScroll(int, int, int, int);
26545 method public void startScroll(int, int, int, int, int);
26886 method public void startScroll(int, int, int, int);
26887 method public void startScroll(int, int, int, int, int);