Searched refs:fillRect (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DColorTexture.java39 canvas.fillRect(x, y, w, h, mColor);
H A DStaticBackground.java60 canvas.fillRect(0, 0, getWidth(), getHeight(), 0xFF000000);
H A DGLCanvas.java93 public void fillRect(float x, float y, float width, float height, int color); method in interface:GLCanvas
H A DCropView.java216 canvas.fillRect(r.left, r.top, r.width(), r.height(), Color.TRANSPARENT);
234 canvas.fillRect(0, 0, getWidth(), getHeight(), 0x66000000);
632 canvas.fillRect(r.left, r.top, r.width(), r.height(), Color.TRANSPARENT);
640 canvas.fillRect(cx - sx / 2, cy - sy / 2, sx, sy, Color.TRANSPARENT);
648 canvas.fillRect(cx - sy / 2, cy - sx / 2, sy, sx, Color.TRANSPARENT);
649 canvas.fillRect(r.left, r.top, r.width(), r.height(), 0x80000000);
655 canvas.fillRect(0, 0, getWidth(), getHeight(), 0xA0000000);
H A DGLRootView.java327 mCanvas.fillRect(10, 10, 5, 5, mInvalidateColor);
H A DGLCanvasImpl.java202 public void fillRect(float x, float y, float width, float height, int color) { method in class:GLCanvasImpl
472 fillRect(x, y, width, height, toColor);
/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.java51 public void fillRect(float x, float y, float width, float height, int color) {} method in class:GLCanvasStub
H A DGLCanvasTest.java257 canvas.fillRect(2, 7, 1, 8, 0 /* color */);

Completed in 200 milliseconds