HomeSort by relevance Sort by last modified time
    Searched defs:GOTO_SCROLL_DURATION (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 50 protected static final int GOTO_SCROLL_DURATION = 250;
214 position, LIST_TOP_OFFSET, GOTO_SCROLL_DURATION);
318 smoothScrollBy(top, GOTO_SCROLL_DURATION);
320 smoothScrollBy(bottom, GOTO_SCROLL_DURATION);
  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleDayPickerFragment.java 64 protected static final int GOTO_SCROLL_DURATION = 500;
453 position, LIST_TOP_OFFSET, GOTO_SCROLL_DURATION);
  /frameworks/base/core/java/android/widget/
CalendarView.java 111 private static final int GOTO_SCROLL_DURATION = 1000;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 109 private static final int GOTO_SCROLL_DURATION = 200;
    [all...]

Completed in 674 milliseconds