Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.java1818 private View switchViews(boolean forward, float xOffSet, float width, float velocity) { in switchViews() argument
1819 mAnimationDistance = width - xOffSet; in switchViews()
1821 Log.d(TAG, "switchViews(" + forward + ") O:" + xOffSet + " Dist:" + mAnimationDistance); in switchViews()
1824 float progress = Math.abs(xOffSet) / width; in switchViews()
1876 long duration = calculateDuration(width - Math.abs(xOffSet), width, velocity); in switchViews()