Searched refs:focalLength (Results 1 – 2 of 2) sorted by relevance
1691 private float focalLength; field in PhotoView.MyGestureListener.ZInterpolator1694 focalLength = foc; in ZInterpolator()1698 return (1.0f - focalLength / (focalLength + input)) / in getInterpolation()1699 (1.0f - focalLength / (focalLength + 1.0f)); in getInterpolation()
1439 private float focalLength;1442 focalLength = foc;1446 return (1.0f - focalLength / (focalLength + input)) /1447 (1.0f - focalLength / (focalLength + 1.0f));