Home
last modified time | relevance | path

Searched refs:focalLength (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPhotoView.java1691 private float focalLength; field in PhotoView.MyGestureListener.ZInterpolator
1694 focalLength = foc; in ZInterpolator()
1698 return (1.0f - focalLength / (focalLength + input)) / in getInterpolation()
1699 (1.0f - focalLength / (focalLength + 1.0f)); in getInterpolation()
/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java1439 private float focalLength;
1442 focalLength = foc;
1446 return (1.0f - focalLength / (focalLength + input)) /
1447 (1.0f - focalLength / (focalLength + 1.0f));