Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTiledScreenNail.java163 canvas.fillRect(x, y, width, height, mPlaceholderColor); in draw()
183 canvas.fillRect(dest.left, dest.top, dest.width(), dest.height(), in draw()
DColorTexture.java41 canvas.fillRect(x, y, w, h, mColor); in draw()
DCropView.java219 canvas.fillRect(r.left, r.top, r.width(), r.height(), Color.TRANSPARENT); in renderFace()
237 canvas.fillRect(0, 0, getWidth(), getHeight(), 0x66000000); in renderBackground()
635 canvas.fillRect(r.left, r.top, r.width(), r.height(), Color.TRANSPARENT); in drawHighlightRectangle()
643 canvas.fillRect(cx - sx / 2, cy - sy / 2, sx, sy, Color.TRANSPARENT); in drawHighlightRectangle()
651 canvas.fillRect(cx - sy / 2, cy - sx / 2, sy, sx, Color.TRANSPARENT); in drawHighlightRectangle()
652 canvas.fillRect(r.left, r.top, r.width(), r.height(), 0x80000000); in drawHighlightRectangle()
658 canvas.fillRect(0, 0, getWidth(), getHeight(), 0xA0000000); in drawHighlightRectangle()
DGLCanvas.java81 public void fillRect(float x, float y, float width, float height, int color); in fillRect() method
DUndoBarView.java116 canvas.fillRect(x, y, mSeparatorWidth, in render()
DGLCanvasImpl.java210 public void fillRect(float x, float y, float width, float height, int color) { in fillRect() method in GLCanvasImpl
518 fillRect(target.left, target.top, target.width(), target.height(), toColor); in drawMixed()
551 fillRect(x, y, width, height, toColor); in drawMixed()
DGLRootView.java425 mCanvas.fillRect(10, 10, 5, 5, mInvalidateColor); in onDrawFrameLocked()
DPhotoView.java909 canvas.fillRect(r.left, r.top, r.width(), r.height(), mPlaceholderColor); in drawPlaceHolder()
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
DGLCanvasMock.java49 public void fillRect(float x, float y, float width, float height, int color) { in fillRect() method in GLCanvasMock
DGLCanvasStub.java53 public void fillRect(float x, float y, float width, float height, int color) {} in fillRect() method in GLCanvasStub
DGLCanvasTest.java237 canvas.fillRect(2, 7, 1, 8, 0 /* color */); in run()
/packages/apps/Camera/src/com/android/camera/
DCaptureAnimManager.java123 canvas.fillRect(mX, mY, mDrawWidth, mDrawHeight, color); in drawAnimation()