Searched defs:Area (Results 1 – 4 of 4) sorted by relevance
65 public abstract static class Area { class in PresentationParams72 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()
55 } Area; typedef
2248 public static class Area { class in Camera2255 public Area(Rect rect, int weight) { in Area() method in Camera.Area