Searched refs:getDiopterLow (Results 1 - 2 of 2) sorted by relevance

/packages/apps/DevCamera/src/com/android/devcamera/
H A DCameraInfoCache.java155 public float getDiopterLow() { method in class:CameraInfoCache
H A DApi2Camera.java751 float normLensPos = (mCameraInfoCache.getDiopterHi() - result.get(CaptureResult.LENS_FOCUS_DISTANCE)) / (mCameraInfoCache.getDiopterHi() - mCameraInfoCache.getDiopterLow());

Completed in 48 milliseconds