Home | History | Annotate | Download | only in legacy

Lines Matching defs:maxRegions

591          * android.control.maxRegions
595 int[] maxRegions = new int[3];
596 maxRegions[AE] = p.getMaxNumMeteringAreas();
597 maxRegions[AWB] = 0; // AWB regions not supported in API1
598 maxRegions[AF] = p.getMaxNumFocusAreas();
601 maxRegions[AE] = 0;
604 maxRegions[AF] = 0;
607 m.set(CONTROL_MAX_REGIONS, maxRegions);