Searched defs:fillRect (Results 1 – 3 of 3) sorted by relevance
| /sdk/rule_api/src/com/android/ide/common/api/ |
| D | IGraphics.java | 92 void fillRect(int x1, int y1, int x2, int y2); in fillRect() method 98 void fillRect(@NonNull Point p1, @NonNull Point p2); in fillRect() method 104 void fillRect(@NonNull Rect r); in fillRect() method
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
| D | TestGraphics.java | 94 public void fillRect(int x1, int y1, int x2, int y2) { in fillRect() method in TestGraphics 99 public void fillRect(Point p1, Point p2) { in fillRect() method in TestGraphics 104 public void fillRect(Rect r) { in fillRect() method in TestGraphics
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
| D | GCWrapper.java | 291 public void fillRect(int x1, int y1, int x2, int y2) { in fillRect() method in GCWrapper 302 public void fillRect(Point p1, Point p2) { in fillRect() method in GCWrapper 307 public void fillRect(Rect r) { in fillRect() method in GCWrapper
|