Home
last modified time | relevance | path

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

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DDayPickerView.java53 protected static final int GOTO_SCROLL_DURATION = 250; field in DayPickerView
226 position, LIST_TOP_OFFSET, GOTO_SCROLL_DURATION); in goTo()
330 smoothScrollBy(top, GOTO_SCROLL_DURATION); in run()
332 smoothScrollBy(bottom, GOTO_SCROLL_DURATION); in run()
/frameworks/base/core/java/android/widget/
DCalendarViewLegacyDelegate.java77 private static final int GOTO_SCROLL_DURATION = 1000; field in CalendarViewLegacyDelegate
812 GOTO_SCROLL_DURATION); in goTo()