Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/
DFocusManager.java270 calculateTapArea(focusWidth, focusHeight, 1f, x, y, previewWidth, previewHeight, in onTouch()
272 calculateTapArea(focusWidth, focusHeight, 1.5f, x, y, previewWidth, previewHeight, in onTouch()
447 public void calculateTapArea(int focusWidth, int focusHeight, float areaMultiple, in calculateTapArea() method in FocusManager
/packages/apps/Camera/src/com/android/camera/
DFocusManager.java334 calculateTapArea(focusWidth, focusHeight, 1f, x, y, previewWidth, previewHeight, in onSingleTapUp()
336 calculateTapArea(focusWidth, focusHeight, 1.5f, x, y, previewWidth, previewHeight, in onSingleTapUp()
501 public void calculateTapArea(int focusWidth, int focusHeight, float areaMultiple, in calculateTapArea() method in FocusManager