Home
last modified time | relevance | path

Searched defs:Area (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.h100 struct Area { struct
101 int left, top, right, bottom;
102 int weight;
103 Area() {} in Area() function
104 Area(int left, int top, int right, int bottom, int weight): in Area() function
107 bool isEmpty() const { in isEmpty()
/frameworks/base/core/java/android/hardware/
DCamera.java2011 public static class Area { class in Camera
2018 public Area(Rect rect, int weight) { in Area() method in Camera.Area