Searched refs:xOffSet (Results 1 – 1 of 1) sorted by relevance
1818 private View switchViews(boolean forward, float xOffSet, float width, float velocity) { in switchViews() argument1819 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()