Home
last modified time | relevance | path

Searched refs:GOTO_SCROLL_DURATION (Results 1 – 3 of 3) 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/
DDayPickerView.java41 private static final int GOTO_SCROLL_DURATION = 250; field in DayPickerView
248 position, LIST_TOP_OFFSET, GOTO_SCROLL_DURATION); in goTo()
362 smoothScrollBy(top, GOTO_SCROLL_DURATION); in run()
364 smoothScrollBy(bottom, GOTO_SCROLL_DURATION); in run()
DCalendarViewLegacyDelegate.java78 private static final int GOTO_SCROLL_DURATION = 1000; field in CalendarViewLegacyDelegate
813 GOTO_SCROLL_DURATION); in goTo()