Searched refs:GOTO_SCROLL_DURATION (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDayPickerView.java52 protected static final int GOTO_SCROLL_DURATION = 250; field in class:DayPickerView
226 position, LIST_TOP_OFFSET, GOTO_SCROLL_DURATION);
330 smoothScrollBy(top, GOTO_SCROLL_DURATION);
332 smoothScrollBy(bottom, GOTO_SCROLL_DURATION);
/frameworks/base/core/java/android/widget/
H A DCalendarView.java111 private static final int GOTO_SCROLL_DURATION = 1000; field in class:CalendarView
1143 GOTO_SCROLL_DURATION);

Completed in 76 milliseconds