Searched defs:Area (Results 1 – 3 of 3) sorted by relevance
62 public abstract static class Area { class in PresentationParams69 private Area(@NonNull AutofillProxy proxy, @NonNull Rect bounds) { in Area() method in PresentationParams.Area
102 struct Area { struct103 int left, top, right, bottom;104 int weight;105 Area() {} in Area() function106 Area(int left, int top, int right, int bottom, int weight): in Area() argument109 bool isEmpty() const { in isEmpty()
2155 public static class Area { class in Camera2162 public Area(Rect rect, int weight) { in Area() method in Camera.Area