Home
last modified time | relevance | path

Searched refs:LIST_TOP_OFFSET (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DDayPickerView.java59 public static int LIST_TOP_OFFSET = -1; // so that the top line will be field in DayPickerView
226 position, LIST_TOP_OFFSET, GOTO_SCROLL_DURATION); in goTo()
328 if (scroll && top < LIST_TOP_OFFSET) { in run()