Home | History | Annotate | Download | only in camera

Lines Matching full:area

23 import android.hardware.Camera.Area;
45 * This also handles the metering area because it is the same as focus area.
59 * (8) The camera has autofocus and supports focus area. Touch the screen to
61 * (9) The camera has autofocus and supports focus area. Touch the screen to
63 * (10) The camera has no autofocus and supports metering area. Touch the screen
64 * to change metering area.
94 private List<Area> mFocusArea; // focus area in driver format
95 private List<Area> mMeteringArea; // metering area in driver format
356 mFocusArea = new ArrayList<Area>();
357 mFocusArea.add(new Area(new Rect(), 1));
367 mMeteringArea = new ArrayList<Area>();
368 mMeteringArea.add(new Area(new Rect(), 1));
398 // Use margin to set the focus indicator to the touched area.
404 // Stop face detection because we want to specify focus and metering area.
407 // Set the focus area and metering area.
413 // Reset the metering area in 4 seconds.
475 // Reset the tap area before calling mListener.cancelAutofocus.
476 // Otherwise, focus mode stays at auto and the tap area passed to the
541 public List<Area> getFocusAreas() {
545 public List<Area> getMeteringAreas() {
559 // metering area. Either focus area is not supported or