Home
last modified time | relevance | path

Searched defs:normalizedPoint (Results 1 – 3 of 3) sorted by relevance

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DDeviceAsWebcamPreview.java665 float[] normalizedPoint = calculateNormalizedPoint(motionEvent); in tapToFocus() local
714 private void showFocusIndicator(float[] normalizedPoint) { in showFocusIndicator()
DDeviceAsWebcamFgService.java481 public void tapToFocus(float[] normalizedPoint) { in tapToFocus()
DCameraController.java1471 public void tapToFocus(float[] normalizedPoint) { in tapToFocus()
1563 private MeteringRectangle calculateMeteringRectangle(float[] normalizedPoint) { in calculateMeteringRectangle()