Searched defs:focalLength (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspaceStateTransitionAnimation.java96 private float focalLength; field in class:ZInterpolator
99 focalLength = foc;
103 return (1.0f - focalLength / (focalLength + input)) /
104 (1.0f - focalLength / (focalLength + 1.0f));
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java1777 private float focalLength; field in class:PhotoView.ZInterpolator
1780 focalLength = foc;
1784 return (1.0f - focalLength / (focalLength + input)) /
1785 (1.0f - focalLength / (focalLength + 1.0f));
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java1463 private float focalLength; field in class:Workspace.ZInterpolator
1466 focalLength = foc;
1470 return (1.0f - focalLength / (focalLength + input)) /
1471 (1.0f - focalLength / (focalLength + 1.0f));

Completed in 97 milliseconds