Home
last modified time | relevance | path

Searched refs:getZoomRatioRange (Results 1 – 2 of 2) sorted by relevance

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DDeviceAsWebcamPreview.java403 Range<Float> zoomRatioRange = mLocalFgService.getCameraInfo().getZoomRatioRange(); in setupZoomUiControl()
453 mLocalFgService.getCameraInfo().getZoomRatioRange()); in setupZoomRatioSeekBar()
734 Range<Float> zoomRatioRange = mLocalFgService.getCameraInfo().getZoomRatioRange(); in onKeyDown()
805 mLocalFgService.getCameraInfo().getZoomRatioRange()); in toggleCamera()
820 mLocalFgService.getCameraInfo().getZoomRatioRange()); in switchCamera()
DCameraInfo.java73 public Range<Float> getZoomRatioRange() { in getZoomRatioRange() method in CameraInfo