Home | History | Annotate | Download | only in camera

Lines Matching refs:Area

27 import android.hardware.Camera.Area;
42 // This also handles the metering area because it is the same as focus area.
67 private List<Area> mFocusArea; // focus area in driver format
68 private List<Area> mMeteringArea; // metering area in driver format
261 mFocusArea = new ArrayList<Area>();
262 mFocusArea.add(new Area(new Rect(), 1));
263 mMeteringArea = new ArrayList<Area>();
264 mMeteringArea.add(new Area(new Rect(), 1));
268 // AE area is bigger because exposure is sensitive and
269 // easy to over- or underexposure if area is too small.
275 // Use margin to set the focus indicator to the touched area.
286 // Stop face detection because we want to specify focus and metering area.
289 // Set the focus area and metering area.
295 // Reset the metering area in 3 seconds.
332 // Reset the tap area before calling mListener.cancelAutofocus.
333 // Otherwise, focus mode stays at auto and the tap area passed to the
387 public List<Area> getFocusAreas() {
391 public List<Area> getMeteringAreas() {
413 // metering area. Either focus area is not supported or