/frameworks/support/v4/java/android/support/v4/widget/ |
D | ScrollerCompat.java | 45 void startScroll(Object scroller, int startX, int startY, int dx, int dy); in startScroll() method 46 void startScroll(Object scroller, int startX, int startY, int dx, int dy, int duration); in startScroll() method 95 public void startScroll(Object scroller, int startX, int startY, int dx, int dy) { in startScroll() method in ScrollerCompat.ScrollerCompatImplBase 96 ((Scroller) scroller).startScroll(startX, startY, dx, dy); in startScroll() 100 public void startScroll(Object scroller, int startX, int startY, int dx, int dy, in startScroll() method in ScrollerCompat.ScrollerCompatImplBase 102 ((Scroller) scroller).startScroll(startX, startY, dx, dy, duration); in startScroll() 182 public void startScroll(Object scroller, int startX, int startY, int dx, int dy) { in startScroll() method in ScrollerCompat.ScrollerCompatImplGingerbread 183 ScrollerCompatGingerbread.startScroll(scroller, startX, startY, dx, dy); in startScroll() 187 public void startScroll(Object scroller, int startX, int startY, int dx, int dy, in startScroll() method in ScrollerCompat.ScrollerCompatImplGingerbread 189 ScrollerCompatGingerbread.startScroll(scroller, startX, startY, dx, dy, duration); in startScroll() [all …]
|
D | ViewDragHelper.java | 597 mScroller.startScroll(startLeft, startTop, dx, dy, duration); in forceSettleCapturedViewAt()
|
D | NestedScrollView.java | 1259 mScroller.startScroll(getScrollX(), scrollY, 0, dy); in smoothScrollBy()
|
/frameworks/support/v4/gingerbread/android/support/v4/widget/ |
D | ScrollerCompatGingerbread.java | 46 public static void startScroll(Object scroller, int startX, int startY, int dx, int dy) { in startScroll() method in ScrollerCompatGingerbread 47 ((OverScroller) scroller).startScroll(startX, startY, dx, dy); in startScroll() 50 public static void startScroll(Object scroller, int startX, int startY, int dx, int dy, in startScroll() method in ScrollerCompatGingerbread 52 ((OverScroller) scroller).startScroll(startX, startY, dx, dy, duration); in startScroll()
|
/frameworks/base/core/java/android/widget/ |
D | OverScroller.java | 355 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() 678 void startScroll(int start, int distance, int duration) { in startScroll() method in OverScroller.SplineOverScroller
|
D | Scroller.java | 368 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() method in Scroller 369 startScroll(startX, startY, dx, dy, DEFAULT_DURATION); in startScroll() 386 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in Scroller
|
D | NumberPicker.java | 1743 mFlingScroller.startScroll(0, 0, 0, -mSelectorElementHeight, SNAP_SCROLL_DURATION); in changeValueByOne() 1745 mFlingScroller.startScroll(0, 0, 0, mSelectorElementHeight, SNAP_SCROLL_DURATION); in changeValueByOne() 2153 mAdjustScroller.startScroll(0, 0, 0, deltaY, SELECTOR_ADJUSTMENT_DURATION_MILLIS); in ensureScrollWheelAdjusted()
|
D | Gallery.java | 1455 mScroller.startScroll(0, 0, -distance, 0, mAnimationDuration);
|
D | HorizontalScrollView.java | 1183 mScroller.startScroll(scrollX, mScrollY, dx, 0); in smoothScrollBy()
|
D | ScrollView.java | 1201 mScroller.startScroll(mScrollX, scrollY, 0, dy); in smoothScrollBy()
|
D | AbsListView.java | 4489 void startScroll(int distance, int duration, boolean linear) { in startScroll() method in AbsListView.FlingRunnable 4493 mScroller.startScroll(0, initialY, 0, distance, duration); in startScroll() 4772 mFlingRunnable.startScroll(distance, duration, linear);
|
D | TextView.java | 7415 mScroller.startScroll(mScrollX, mScrollY, dx, dy); in bringPointIntoView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackViewScroller.java | 136 mScroller.startScroll(0, progressToScrollRange(mFinalAnimatedScroll), 0, 0, 0); in animateScroll()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 2196 boolean startScroll = false; in onInterceptTouchEvent() 2199 startScroll = true; in onInterceptTouchEvent() 2203 startScroll = true; in onInterceptTouchEvent() 2205 if (startScroll) { in onInterceptTouchEvent() 2317 boolean startScroll = false; in onTouchEvent() 2324 startScroll = true; in onTouchEvent() 2332 startScroll = true; in onTouchEvent() 2334 if (startScroll) { in onTouchEvent() 4089 mScroller.startScroll(0, 0, dx, dy, duration); in smoothScrollBy()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ResolverDrawerLayout.java | 432 mScroller.startScroll(0, sy, 0, dy, duration);
|
D | ViewPager.java | 826 mScroller.startScroll(sx, sy, dx, dy, duration); in smoothScrollTo() 1488 mScroller.startScroll(newOffsetPixels, 0,
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | ViewPager.java | 863 mScroller.startScroll(sx, sy, dx, dy, duration); in smoothScrollTo() 1519 mScroller.startScroll(newOffsetPixels, 0,
|
/frameworks/support/v4/api/ |
D | 22.0.0.txt | 2650 method public void startScroll(int, int, int, int); 2651 method public void startScroll(int, int, int, int, int);
|
D | 22.1.0.txt | 2904 method public void startScroll(int, int, int, int); 2905 method public void startScroll(int, int, int, int, int);
|
D | 22.2.1.txt | 2980 method public void startScroll(int, int, int, int); 2981 method public void startScroll(int, int, int, int, int);
|
D | 22.2.0.txt | 2979 method public void startScroll(int, int, int, int); 2980 method public void startScroll(int, int, int, int, int);
|
D | 23.txt | 3269 method public void startScroll(int, int, int, int); 3270 method public void startScroll(int, int, int, int, int);
|
D | current.txt | 3275 method public void startScroll(int, int, int, int); 3276 method public void startScroll(int, int, int, int, int);
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 2938 mScroller.startScroll(0, mScrollY, 0, scrollY-mScrollY); in scrollToRectOrFocus()
|
/frameworks/base/api/ |
D | current.txt | 40661 method public void startScroll(int, int, int, int); 40662 method public void startScroll(int, int, int, int, int); 41068 method public void startScroll(int, int, int, int); 41069 method public void startScroll(int, int, int, int, int);
|