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