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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DColorTexture.java41 canvas.fillRect(x, y, w, h, mColor);
H A DTiledScreenNail.java163 canvas.fillRect(x, y, width, height, mPlaceholderColor);
183 canvas.fillRect(dest.left, dest.top, dest.width(), dest.height(),
H A DGLCanvas.java81 public void fillRect(float x, float y, float width, float height, int color); method in interface:GLCanvas
H A DCropView.java219 canvas.fillRect(r.left, r.top, r.width(), r.height(), Color.TRANSPARENT);
237 canvas.fillRect(0, 0, getWidth(), getHeight(), 0x66000000);
635 canvas.fillRect(r.left, r.top, r.width(), r.height(), Color.TRANSPARENT);
643 canvas.fillRect(cx - sx / 2, cy - sy / 2, sx, sy, Color.TRANSPARENT);
651 canvas.fillRect(cx - sy / 2, cy - sx / 2, sy, sx, Color.TRANSPARENT);
652 canvas.fillRect(r.left, r.top, r.width(), r.height(), 0x80000000);
658 canvas.fillRect(0, 0, getWidth(), getHeight(), 0xA0000000);
H A DUndoBarView.java116 canvas.fillRect(x, y, mSeparatorWidth,
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);
H A DGLRootView.java425 mCanvas.fillRect(10, 10, 5, 5, mInvalidateColor);
H A DPhotoView.java735 //canvas.fillRect(-10, -10, 20, 20, 0x80FF00FF);
909 canvas.fillRect(r.left, r.top, r.width(), r.height(), mPlaceholderColor);
/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
H A DGLCanvasTest.java237 canvas.fillRect(2, 7, 1, 8, 0 /* color */);
/packages/apps/Camera/src/com/android/camera/
H A DCaptureAnimManager.java123 canvas.fillRect(mX, mY, mDrawWidth, mDrawHeight, color);

Completed in 176 milliseconds