Searched defs:forceScroll (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleDayPickerFragment.java367 * the list will not be scrolled unless forceScroll is true. This time may
374 * @param forceScroll Whether to recenter even if the time is already
378 public boolean goTo(long time, boolean animate, boolean setSelected, boolean forceScroll) { argument
442 if (position < firstPosition || position > lastPosition || forceScroll) {

Completed in 23 milliseconds