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

/packages/apps/DevCamera/src/com/android/devcamera/
H A DCameraInfoCache.java180 float focalLength = 4.5f; // mm, default from Nexus 6P
183 focalLength);
185 focalLength = availableFocalLengths[0];
206 2 * Math.atan(physicalSize.getWidth() * activeWidthFraction / 2 / focalLength));
208 2 * Math.atan(physicalSize.getHeight() * activeHeightFraction / 2 / focalLength));
/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/Camera2/src/com/android/camera/util/
H A DExifUtil.java161 Float focalLength = result.get(CaptureResult.LENS_FOCAL_LENGTH);
162 addExifTag(ExifInterface.TAG_FOCAL_LENGTH, rational(focalLength, FOCAL_LENGTH_PRECISION));
/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.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 193 milliseconds