Searched refs:SCROLL_CHANGE_DELAY (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDayPickerView.java56 protected static final int SCROLL_CHANGE_DELAY = 40; field in class:DayPickerView
298 mHandler.postDelayed(this, SCROLL_CHANGE_DELAY);
/frameworks/base/core/java/android/widget/
H A DDayPickerView.java44 private static final int SCROLL_CHANGE_DELAY = 40; field in class:DayPickerView
330 mParent.postDelayed(this, SCROLL_CHANGE_DELAY);
H A DCalendarViewLegacyDelegate.java89 private static final int SCROLL_CHANGE_DELAY = 40; field in class:CalendarViewLegacyDelegate
957 mDelegator.postDelayed(this, SCROLL_CHANGE_DELAY);

Completed in 109 milliseconds