Searched refs:mAnimationDistance (Results 1 – 1 of 1) sorted by relevance
463 private float mAnimationDistance = 0; field in DayView1819 mAnimationDistance = width - xOffSet; in switchViews()1821 Log.d(TAG, "switchViews(" + forward + ") O:" + xOffSet + " Dist:" + mAnimationDistance); in switchViews()4986 if ((1 - t) * mAnimationDistance < 1) { in getInterpolation()