Home | History | Annotate | Download | only in camera

Lines Matching refs:Area

23 import android.hardware.Camera.Area;
38 * This also handles the metering area because it is the same as focus area.
52 * (8) The camera has autofocus and supports focus area. Touch the screen to
54 * (9) The camera has autofocus and supports focus area. Touch the screen to
56 * (10) The camera has no autofocus and supports metering area. Touch the screen
57 * to change metering area.
82 private List<Object> mFocusArea; // focus area in driver format
83 private List<Object> mMeteringArea; // metering area in driver format
332 mFocusArea.add(new Area(new Rect(), 1));
336 calculateTapArea(x, y, 1f, ((Area) mFocusArea.get(0)).rect);
343 mMeteringArea.add(new Area(new Rect(), 1));
347 // AE area is bigger because exposure is sensitive and
348 // easy to over- or underexposure if area is too small.
349 calculateTapArea(x, y, 1.5f, ((Area) mMeteringArea.get(0)).rect);
378 // Use margin to set the focus indicator to the touched area.
381 // Stop face detection because we want to specify focus and metering area.
384 // Set the focus area and metering area.
390 // Reset the metering area in 3 seconds.
425 // Reset the tap area before calling mListener.cancelAutofocus.
426 // Otherwise, focus mode stays at auto and the tap area passed to the
497 // metering area. Either focus area is not supported or
538 // Recommended focus area size from the manufacture is 1/8 of the image