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 | 95 public void fillRect(int x1, int y1, int x2, int y2) { in fillRect() method in TestGraphics 100 public void fillRect(@NonNull Point p1, @NonNull Point p2) { in fillRect() method in TestGraphics 105 public void fillRect(@NonNull 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 | 292 public void fillRect(int x1, int y1, int x2, int y2) { in fillRect() method in GCWrapper 303 public void fillRect(@NonNull Point p1, @NonNull Point p2) { in fillRect() method in GCWrapper 308 public void fillRect(@NonNull Rect r) { in fillRect() method in GCWrapper
|