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

  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 53 protected static final int GOTO_SCROLL_DURATION = 250;
226 position, LIST_TOP_OFFSET, GOTO_SCROLL_DURATION);
330 smoothScrollBy(top, GOTO_SCROLL_DURATION);
332 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);
MonthByWeekFragment.java 448 }, delayAnimation ? GOTO_SCROLL_DURATION : 0);
  /frameworks/base/core/java/android/widget/
CalendarViewLegacyDelegate.java 77 private static final int GOTO_SCROLL_DURATION = 1000;
836 GOTO_SCROLL_DURATION);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 109 private static final int GOTO_SCROLL_DURATION = 200;
    [all...]

Completed in 588 milliseconds