HomeSort by relevance Sort by last modified time
    Searched refs:calculateTapArea (Results 1 - 2 of 2) sorted by null

  /packages/apps/LegacyCamera/src/com/android/camera/
FocusManager.java 270 calculateTapArea(focusWidth, focusHeight, 1f, x, y, previewWidth, previewHeight,
272 calculateTapArea(focusWidth, focusHeight, 1.5f, x, y, previewWidth, previewHeight,
447 public void calculateTapArea(int focusWidth, int focusHeight, float areaMultiple,
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
FocusOverlayManager.java 313 calculateTapArea(focusWidth, focusHeight, 1f, x, y, previewWidth, previewHeight,
327 calculateTapArea(focusWidth, focusHeight, 1.5f, x, y, previewWidth, previewHeight,
491 private void calculateTapArea(int focusWidth, int focusHeight, float areaMultiple,

Completed in 2767 milliseconds