FileDocCategorySizeDatePackage
MeteringRectangle.javaAPI DocAndroid 5.1 API1543Sat Mar 14 14:09:42 GMT 2015android.hardware.camera2.params

MeteringRectangle

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 booleanequals(java.lang.Object other)

 throw new RuntimeException("Stub!"); 
public booleanequals(android.hardware.camera2.params.MeteringRectangle other)

 throw new RuntimeException("Stub!"); 
public intgetHeight()

 throw new RuntimeException("Stub!"); 
public intgetMeteringWeight()

 throw new RuntimeException("Stub!"); 
public android.graphics.RectgetRect()

 throw new RuntimeException("Stub!"); 
public android.util.SizegetSize()

 throw new RuntimeException("Stub!"); 
public android.graphics.PointgetUpperLeftPoint()

 throw new RuntimeException("Stub!"); 
public intgetWidth()

 throw new RuntimeException("Stub!"); 
public intgetX()

 throw new RuntimeException("Stub!"); 
public intgetY()

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!");