Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/ui/
DFocusOverlay.java116 public void setFocusPosition(int x, int y, boolean isPassiveScan, int aFsize, int aEsize) { in setFocusPosition() argument
131 int avg = (aFsize + aEsize) / 2; in setFocusPosition()
137 if (aFsize != aEsize) { in setFocusPosition()
138 mFocusDebugCornersRect.set(x - aEsize / 2, y - aEsize / 2, x + aEsize / 2, in setFocusPosition()
139 y + aEsize / 2); in setFocusPosition()
/packages/apps/Camera2/src/com/android/camera/
DFocusOverlayManager.java117 public void setFocusPosition(int x, int y, boolean isPassiveScan, int aFsize, int aEsize); in setFocusPosition() argument