Searched defs:xOffSet (Results 1 - 1 of 1) sorted by relevance

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

Completed in 985 milliseconds