Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/month/
DMonthListView.java45 private static int FLING_TIME = 1000; field in MonthListView
186 smoothScrollBy(viewsToFling * firstViewHeight + offset, FLING_TIME); in doFling()