Searched refs:focalLength (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
H A DDetailsDialog.java171 double focalLength = Double.parseDouble(detail.getValue().toString());
172 value = toLocalNumber(focalLength);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DDialogDetailsView.java218 double focalLength = Double.parseDouble(detail.getValue().toString());
219 value = toLocalNumber(focalLength);
H A DPhotoView.java1778 private float focalLength; field in class:PhotoView.ZInterpolator
1781 focalLength = foc;
1785 return (1.0f - focalLength / (focalLength + input)) /
1786 (1.0f - focalLength / (focalLength + 1.0f));
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java1462 private float focalLength; field in class:Workspace.ZInterpolator
1465 focalLength = foc;
1469 return (1.0f - focalLength / (focalLength + input)) /
1470 (1.0f - focalLength / (focalLength + 1.0f));
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java1743 private float focalLength; field in class:Workspace.ZInterpolator
1746 focalLength = foc;
1750 return (1.0f - focalLength / (focalLength + input)) /
1751 (1.0f - focalLength / (focalLength + 1.0f));

Completed in 66 milliseconds