Searched defs:smoothScrollBy (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java1136 smoothScrollBy(delta, 0);
1149 public final void smoothScrollBy(int dx, int dy) { method in class:HorizontalScrollView
1180 smoothScrollBy(x - mScrollX, y - mScrollY);
1323 smoothScrollBy(delta, 0);
H A DScrollView.java1120 smoothScrollBy(0, delta);
1133 public final void smoothScrollBy(int dx, int dy) { method in class:ScrollView
1168 smoothScrollBy(x - mScrollX, y - mScrollY);
1317 smoothScrollBy(0, delta);
H A DAbsListView.java1472 smoothScrollBy(viewportHeight, PositionScroller.SCROLL_DURATION);
1479 smoothScrollBy(-viewportHeight, PositionScroller.SCROLL_DURATION);
4507 smoothScrollBy(targetTop - offset, duration, true);
4571 smoothScrollBy(scrollBy, duration);
4606 smoothScrollBy(scrollBy, mScrollDuration, true);
4636 smoothScrollBy(Math.max(0, nextViewHeight + nextViewTop - extraScroll),
4644 smoothScrollBy(nextViewTop - extraScroll, mScrollDuration, true);
4665 smoothScrollBy(firstViewTop - extraScroll, mScrollDuration, true);
4695 smoothScrollBy(-(lastViewPixelsShowing - extraScroll), mScrollDuration, true);
4701 smoothScrollBy(
4849 public void smoothScrollBy(int distance, int duration) { method in class:AbsListView
4853 void smoothScrollBy(int distance, int duration, boolean linear) { method in class:AbsListView
[all...]

Completed in 93 milliseconds