Searched defs:fillRect (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
H A DGLCanvasMock.java22 // fillRect
49 public void fillRect(float x, float y, float width, float height, int color) { method in class:GLCanvasMock
H A DGLCanvasStub.java53 public void fillRect(float x, float y, float width, float height, int color) {} method in class:GLCanvasStub
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLCanvas.java81 public void fillRect(float x, float y, float width, float height, int color); method in interface:GLCanvas
H A DGLCanvasImpl.java210 public void fillRect(float x, float y, float width, float height, int color) { method in class:GLCanvasImpl
518 fillRect(target.left, target.top, target.width(), target.height(), toColor);
551 fillRect(x, y, width, height, toColor);

Completed in 90 milliseconds