File
Doc
Category
Size
Date
Package
MeteringRectangle.java
API Doc
Android 5.1 API
1543
Sat Mar 14 14:09:42 GMT 2015
android.hardware.camera2.params
MeteringRectangle
java.lang.Object
public final class MeteringRectangle extends Object
Fields Summary
public static final int
METERING_WEIGHT_DONT_CARE
public static final int
METERING_WEIGHT_MAX
public static final int
METERING_WEIGHT_MIN
Constructors Summary
public MeteringRectangle
(
int
x,
int
y,
int
width,
int
height,
int
meteringWeight)
throw new RuntimeException("Stub!");
public MeteringRectangle
(
android.graphics.Point
xy,
android.util.Size
dimensions,
int
meteringWeight)
throw new RuntimeException("Stub!");
public MeteringRectangle
(
android.graphics.Rect
rect,
int
meteringWeight)
throw new RuntimeException("Stub!");
Methods Summary
public
boolean
equals
(
java.lang.Object
other)
throw new RuntimeException("Stub!");
public
boolean
equals
(
android.hardware.camera2.params.MeteringRectangle
other)
throw new RuntimeException("Stub!");
public
int
getHeight
()
throw new RuntimeException("Stub!");
public
int
getMeteringWeight
()
throw new RuntimeException("Stub!");
public
android.graphics.Rect
getRect
()
throw new RuntimeException("Stub!");
public
android.util.Size
getSize
()
throw new RuntimeException("Stub!");
public
android.graphics.Point
getUpperLeftPoint
()
throw new RuntimeException("Stub!");
public
int
getWidth
()
throw new RuntimeException("Stub!");
public
int
getX
()
throw new RuntimeException("Stub!");
public
int
getY
()
throw new RuntimeException("Stub!");
public
int
hashCode
()
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
Java Code Source