Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DDayPickerView.java98 public void setDate(long timeInMillis, boolean animate, boolean forceScroll) { in setDate() argument
99 goTo(timeInMillis, animate, true, forceScroll); in setDate()
207 private boolean goTo(long day, boolean animate, boolean setSelected, boolean forceScroll) { in goTo() argument
243 if (position != selectedPosition || forceScroll) { in goTo()
DCalendarViewLegacyDelegate.java773 boolean forceScroll) { in goTo() argument
797 || forceScroll) { in goTo()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DDayPickerView.java178 … public boolean goTo(CalendarDay day, boolean animate, boolean setSelected, boolean forceScroll) { in goTo() argument
221 if (position != selectedPosition || forceScroll) { in goTo()