Home
last modified time | relevance | path

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

12

/frameworks/support/v4/java/android/support/v4/widget/
DScrollerCompat.java45 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 …]
DViewDragHelper.java597 mScroller.startScroll(startLeft, startTop, dx, dy, duration); in forceSettleCapturedViewAt()
DNestedScrollView.java1259 mScroller.startScroll(getScrollX(), scrollY, 0, dy); in smoothScrollBy()
/frameworks/support/v4/gingerbread/android/support/v4/widget/
DScrollerCompatGingerbread.java46 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/
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()
678 void startScroll(int start, int distance, int duration) { in startScroll() method in OverScroller.SplineOverScroller
DScroller.java368 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
DNumberPicker.java1743 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()
DGallery.java1455 mScroller.startScroll(0, 0, -distance, 0, mAnimationDuration);
DHorizontalScrollView.java1183 mScroller.startScroll(scrollX, mScrollY, dx, 0); in smoothScrollBy()
DScrollView.java1201 mScroller.startScroll(mScrollX, scrollY, 0, dy); in smoothScrollBy()
DAbsListView.java4489 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);
DTextView.java7415 mScroller.startScroll(mScrollX, mScrollY, dx, dy); in bringPointIntoView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewScroller.java136 mScroller.startScroll(0, progressToScrollRange(mFinalAnimatedScroll), 0, 0, 0); in animateScroll()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java2196 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/
DResolverDrawerLayout.java432 mScroller.startScroll(0, sy, 0, dy, duration);
DViewPager.java826 mScroller.startScroll(sx, sy, dx, dy, duration); in smoothScrollTo()
1488 mScroller.startScroll(newOffsetPixels, 0,
/frameworks/support/v4/java/android/support/v4/view/
DViewPager.java863 mScroller.startScroll(sx, sy, dx, dy, duration); in smoothScrollTo()
1519 mScroller.startScroll(newOffsetPixels, 0,
/frameworks/support/v4/api/
D22.0.0.txt2650 method public void startScroll(int, int, int, int);
2651 method public void startScroll(int, int, int, int, int);
D22.1.0.txt2904 method public void startScroll(int, int, int, int);
2905 method public void startScroll(int, int, int, int, int);
D22.2.1.txt2980 method public void startScroll(int, int, int, int);
2981 method public void startScroll(int, int, int, int, int);
D22.2.0.txt2979 method public void startScroll(int, int, int, int);
2980 method public void startScroll(int, int, int, int, int);
D23.txt3269 method public void startScroll(int, int, int, int);
3270 method public void startScroll(int, int, int, int, int);
Dcurrent.txt3275 method public void startScroll(int, int, int, int);
3276 method public void startScroll(int, int, int, int, int);
/frameworks/base/core/java/android/view/
DViewRootImpl.java2938 mScroller.startScroll(0, mScrollY, 0, scrollY-mScrollY); in scrollToRectOrFocus()
/frameworks/base/api/
Dcurrent.txt40661 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);

12