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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CameraPreview.java 268 final double ASPECT_TOLERANCE = 0.1;
280 if (Math.abs(ratio - targetRatio) > ASPECT_TOLERANCE) continue;
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
CameraFragment.java 287 final double ASPECT_TOLERANCE = 0.1;
300 if (Math.abs(ratio - targetRatio) > ASPECT_TOLERANCE)
  /packages/apps/Camera/src/com/android/camera/
Util.java 377 final double ASPECT_TOLERANCE = 0.001;
400 if (Math.abs(ratio - targetRatio) > ASPECT_TOLERANCE) continue;
426 final double ASPECT_TOLERANCE = 0.001;
434 if (Math.abs(ratio - targetRatio) > ASPECT_TOLERANCE) continue;

Completed in 455 milliseconds