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

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DColorTexture.java41 canvas.fillRect(x, y, w, h, mColor);
H A DGLCanvas.java92 public abstract void fillRect(float x, float y, float width, float height, int color); method in interface:GLCanvas
H A DGLES11Canvas.java213 public void fillRect(float x, float y, float width, float height, int color) { method in class:GLES11Canvas
521 fillRect(target.left, target.top, target.width(), target.height(), toColor);
554 fillRect(x, y, width, height, toColor);
H A DGLES20Canvas.java575 public void fillRect(float x, float y, float width, float height, int color) { method in class:GLES20Canvas
780 fillRect(target.left, target.top, target.width(), target.height(), toColor);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTiledScreenNail.java161 canvas.fillRect(x, y, width, height, mPlaceholderColor);
181 canvas.fillRect(dest.left, dest.top, dest.width(), dest.height(),
H A DUndoBarView.java120 canvas.fillRect(x, y, mSeparatorWidth,
H A DGLRootView.java435 mCanvas.fillRect(10, 10, 5, 5, mInvalidateColor);
H A DPhotoView.java742 //canvas.fillRect(-10, -10, 20, 20, 0x80FF00FF);
916 canvas.fillRect(r.left, r.top, r.width(), r.height(), mPlaceholderColor);
/packages/apps/Camera/src/com/android/camera/
H A DCaptureAnimManager.java123 canvas.fillRect(mX, mY, mDrawWidth, mDrawHeight, color);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java90 public abstract void fillRect(float x, float y, float width, float height, int color); method in interface:GLCanvas
H A DGLES20Canvas.java575 public void fillRect(float x, float y, float width, float height, int color) { method in class:GLES20Canvas
780 fillRect(target.left, target.top, target.width(), target.height(), toColor);

Completed in 151 milliseconds