Searched defs:fillRect (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/ |
D | GLCanvasMock.java | 49 public void fillRect(float x, float y, float width, float height, int color) { in fillRect() method in GLCanvasMock
|
D | GLCanvasStub.java | 53 public void fillRect(float x, float y, float width, float height, int color) {} in fillRect() method in GLCanvasStub
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLCanvas.java | 81 public void fillRect(float x, float y, float width, float height, int color); in fillRect() method
|
D | GLCanvasImpl.java | 210 public void fillRect(float x, float y, float width, float height, int color) { in fillRect() method in GLCanvasImpl
|