Home | History | Annotate | Download | only in camera

Lines Matching refs:Area

23 import android.hardware.Camera.Area;
39 * This also handles the metering area because it is the same as focus area.
53 * (8) The camera has autofocus and supports focus area. Touch the screen to
55 * (9) The camera has autofocus and supports focus area. Touch the screen to
57 * (10) The camera has no autofocus and supports metering area. Touch the screen
58 * to change metering area.
88 private List<Object> mFocusArea; // focus area in driver format
89 private List<Object> mMeteringArea; // metering area in driver format
317 mFocusArea.add(new Area(new Rect(), 1));
322 ((Area) mFocusArea.get(0)).rect);
330 mMeteringArea.add(new Area(new Rect(), 1));
334 // AE area is bigger because exposure is sensitive and
335 // easy to over- or underexposure if area is too small.
337 ((Area) mMeteringArea.get(0)).rect);
366 // Use margin to set the focus indicator to the touched area.
369 // Stop face detection because we want to specify focus and metering area.
372 // Set the focus area and metering area.
378 // Reset the metering area in 3 seconds.
413 // Reset the tap area before calling mListener.cancelAutofocus.
414 // Otherwise, focus mode stays at auto and the tap area passed to the
486 // metering area. Either focus area is not supported or