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

  /frameworks/base/core/java/android/hardware/camera2/legacy/
ParameterUtils.java 699 public static float getMaxZoomRatio(Camera.Parameters params) {
    [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraCapabilities.java 634 public float getMaxZoomRatio() {
687 if (settings.getCurrentZoomRatio() > getMaxZoomRatio()) {

Completed in 119 milliseconds