/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | TiledScreenNail.java | 163 canvas.fillRect(x, y, width, height, mPlaceholderColor); in draw() 183 canvas.fillRect(dest.left, dest.top, dest.width(), dest.height(), in draw()
|
D | ColorTexture.java | 41 canvas.fillRect(x, y, w, h, mColor); in draw()
|
D | CropView.java | 219 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()
|
D | GLCanvas.java | 81 public void fillRect(float x, float y, float width, float height, int color); in fillRect() method
|
D | UndoBarView.java | 116 canvas.fillRect(x, y, mSeparatorWidth, in render()
|
D | GLCanvasImpl.java | 210 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()
|
D | GLRootView.java | 425 mCanvas.fillRect(10, 10, 5, 5, mInvalidateColor); in onDrawFrameLocked()
|
D | PhotoView.java | 909 canvas.fillRect(r.left, r.top, r.width(), r.height(), mPlaceholderColor); in drawPlaceHolder()
|
/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
|
D | GLCanvasTest.java | 237 canvas.fillRect(2, 7, 1, 8, 0 /* color */); in run()
|
/packages/apps/Camera/src/com/android/camera/ |
D | CaptureAnimManager.java | 123 canvas.fillRect(mX, mY, mDrawWidth, mDrawHeight, color); in drawAnimation()
|