Searched defs:drawRect (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLCanvas.java78 public void drawRect(float x1, float y1, float x2, float y2, GLPaint paint); method in interface:GLCanvas
H A DGLCanvasImpl.java174 public void drawRect(float x, float y, float width, float height, GLPaint paint) { method in class:GLCanvasImpl
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
H A DGLCanvasStub.java52 public void drawRect(float x1, float y1, float x2, float y2, GLPaint paint) {} method in class:GLCanvasStub

Completed in 10 milliseconds