Searched refs:regionsForNormalizedCoord (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
D | AutoFocusHelper.java | 127 private static MeteringRectangle[] regionsForNormalizedCoord(float nx, float ny, in regionsForNormalizedCoord() method in AutoFocusHelper 170 return regionsForNormalizedCoord(nx, ny, Settings3A.getAutoFocusRegionWidth(), in afRegionsForNormalizedCoord() 186 return regionsForNormalizedCoord(nx, ny, Settings3A.getMeteringRegionWidth(), in aeRegionsForNormalizedCoord() 202 return regionsForNormalizedCoord(nx, ny, Settings3A.getGcamMeteringRegionFraction(), in gcamAERegionsForNormalizedCoord()
|