Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGCWrapper.java320 public void drawOval(int x1, int y1, int x2, int y2) { in drawOval() method in GCWrapper
330 public void drawOval(Point p1, Point p2) { in drawOval() method in GCWrapper
334 public void drawOval(Rect r) { in drawOval() method in GCWrapper