Lines Matching refs:area

1975      * {@link Parameters#getMaxNumFocusAreas()}. If metering or focusing area
1987 * every pixel in the area. This means that a large metering area with
1988 * the same weight as a smaller area will have more effect in the
2005 * Create an area with specified rectangle and weight.
2007 * @param rect the bounds of the area.
2008 * @param weight the weight of the area.
2015 * Compares {@code obj} to this area.
2017 * @param obj the object to compare this area with.
2019 * the same as those of this area. {@code false} otherwise.
2036 * Bounds of the area. (-1000, -1000) represents the top-left of the
2048 * Weight of the area. The weight must range from 1 to 1000, and
2049 * represents a weight for every pixel in the area. This means that a
2050 * large metering area with the same weight as a smaller area will have
2567 Area area = areas.get(i);
2568 Rect rect = area.rect;
2578 buffer.append(area.weight);
3779 * camera hardware, autofocus algorithm, the focus area, and the scene.
3819 * focus areas first. If the value is 0, focus area is not supported.</p>
3821 * <p>Each focus area is a rectangle with specified weight. The direction
3830 * interpreted as a per-pixel weight - all pixels in the area have the
3831 * specified weight. This means a small area with the same weight as a
3832 * larger area will have less influence on the focusing than the larger
3833 * area. Focus areas can partially overlap and the driver will add the
3836 * <p>A special case of a {@code null} focus area list means the driver is
3839 * dynamically. Apps can set the focus area list to {@code null} if they
3845 * area cannot be set to be outside the current field of view, even
3848 * <p>Focus area only has effect if the current focus mode is
3887 * metering areas first. If the value is 0, metering area is not
3890 * <p>Each metering area is a rectangle with specified weight. The
3899 * every pixel in the area. This means that a large metering area with
3900 * the same weight as a smaller area will have more effect in the
3904 * <p>A special case of a {@code null} metering area list means the driver
3907 * can set the metering area list to {@code null} if they want the
3913 * metering area cannot be set to be outside the current field of view,
4186 Log.e(TAG, "Invalid area string=" + str);
4205 Area area = result.get(0);
4206 Rect rect = area.rect;
4208 && rect.bottom == 0 && area.weight == 0) {