Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.java645 private final ScrollInterpolator mHScrollInterpolator; field in DayView
768 mHScrollInterpolator = new ScrollInterpolator(); in DayView()
1878 inAnimation.setInterpolator(mHScrollInterpolator); in switchViews()
1879 outAnimation.setInterpolator(mHScrollInterpolator); in switchViews()