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

  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 56 public static int LIST_TOP_OFFSET = -1; // so that the top line will be
214 position, LIST_TOP_OFFSET, GOTO_SCROLL_DURATION);
316 if (scroll && top < LIST_TOP_OFFSET) {
  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleDayPickerFragment.java 72 public static int LIST_TOP_OFFSET = -1; // so that the top line will be under the separator
189 LIST_TOP_OFFSET *= mScale;
453 position, LIST_TOP_OFFSET, GOTO_SCROLL_DURATION);
456 mListView.setSelectionFromTop(position, LIST_TOP_OFFSET);
620 // if (dist < LIST_TOP_OFFSET) {

Completed in 1162 milliseconds