Java android.hardware.camera2.params MeteringRectangle fields, constructors, methods, implement or subclass

Example usage for Java android.hardware.camera2.params MeteringRectangle fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.hardware.camera2.params MeteringRectangle.

The text is from its open source code.

Field

intMETERING_WEIGHT_MAX
The maximum value of valid metering weight.

Constructor

Method

intgetHeight()
Return the height of the rectangle.
intgetMeteringWeight()
Return the metering weight of the rectangle.
intgetWidth()
Return the width of the rectangle.
intgetX()
Return the X coordinate of the left side of the rectangle.
intgetY()
Return the Y coordinate of the upper side of the rectangle.