Searched refs:smoothScrollBy (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDayPickerView.java330 smoothScrollBy(top, GOTO_SCROLL_DURATION);
332 smoothScrollBy(bottom, GOTO_SCROLL_DURATION);
/frameworks/base/core/java/android/widget/
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...]
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 DCalendarView.java1316 mView.smoothScrollBy(dist - child.getHeight(), ADJUSTMENT_SCROLL_DURATION);
1318 mView.smoothScrollBy(dist, ADJUSTMENT_SCROLL_DURATION);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1464 mScrollView.smoothScrollBy(0, calculateOffsetFromBottom(line));

Completed in 265 milliseconds