Searched refs:fetchZoomRatio (Results 1 – 2 of 2) sorted by relevance
44 public synchronized float fetchZoomRatio(String cameraId, float defaultZoom) { in fetchZoomRatio() method in UserPrefs
374 mZoomRatio = mUserPrefs.fetchZoomRatio(mCameraId.toString(), /*defaultZoom*/ 1.0f); in CameraController()1354 mZoomRatio = mUserPrefs.fetchZoomRatio(mCameraId.toString(), /*defaultZoom*/ 1.0f); in switchCamera()