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

  /packages/apps/Calendar/src/com/android/calendar/month/
MonthListView.java 183 + SimpleDayPickerFragment.LIST_TOP_OFFSET) : (topViewVisiblePart
184 - SimpleDayPickerFragment.LIST_TOP_OFFSET);
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) {
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 59 public static int LIST_TOP_OFFSET = -1; // so that the top line will be
226 position, LIST_TOP_OFFSET, GOTO_SCROLL_DURATION);
328 if (scroll && top < LIST_TOP_OFFSET) {

Completed in 424 milliseconds