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.java834 float[] normalizedPoint = calculateNormalizedPoint(motionEvent); in tapToFocus() local
883 private void showFocusIndicator(float[] normalizedPoint) { in showFocusIndicator()
DDeviceAsWebcamFgService.java508 public void tapToFocus(float[] normalizedPoint) { in tapToFocus()
DCameraController.java1488 public void tapToFocus(float[] normalizedPoint) { in tapToFocus()
1620 private MeteringRectangle calculateMeteringRectangle(float[] normalizedPoint) { in calculateMeteringRectangle()