Searched refs:calculateTapArea (Results 1 – 2 of 2) sorted by relevance
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | FocusManager.java | 270 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/ |
D | FocusManager.java | 334 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
|