Home
last modified time | relevance | path

Searched refs:getTapToFocusPoints (Results 1 – 3 of 3) sorted by relevance

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DDeviceAsWebcamFgService.java523 public float[] getTapToFocusPoints() { in getTapToFocusPoints() method in DeviceAsWebcamFgService
529 return mCameraController.getTapToFocusPoints(); in getTapToFocusPoints()
DDeviceAsWebcamPreview.java421 float[] tapToFocusPoints = mLocalFgService.getTapToFocusPoints(); in setupZoomUiControl()
851 float[] oldNormalizedPoints = mLocalFgService.getTapToFocusPoints(); in isTapToResetAutoFocus()
DCameraController.java1610 public float[] getTapToFocusPoints() { in getTapToFocusPoints() method