Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/month/
DSimpleDayPickerFragment.kt424 position, LIST_TOP_OFFSET, GOTO_SCROLL_DURATION) in goTo()
597 @JvmStatic protected val GOTO_SCROLL_DURATION = 500 constant
DMonthByWeekFragment.kt411 }, if (delayAnimation) GOTO_SCROLL_DURATION.toLong() else 0L) in handleEvent()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.kt692 scrollAnim.setDuration(GOTO_SCROLL_DURATION.toLong()) in setSelected()
714 mTodayAnimator?.setStartDelay(GOTO_SCROLL_DURATION.toLong()) in setSelected()
3659 private const val GOTO_SCROLL_DURATION = 200 constant