Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/month/
DMonthListView.java177 int firstViewHeight = firstView.getHeight(); in doFling() local
182 int offset = (viewsToFling > 0) ? -(firstViewHeight - topViewVisiblePart in doFling()
186 smoothScrollBy(viewsToFling * firstViewHeight + offset, FLING_TIME); in doFling()