Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DThemedBatteryDrawable.kt53 private val fillRect = RectF() in <lambda>() constant
183 levelRect.set(fillRect) in <lambda>()
187 fillRect.top in <lambda>()
189 fillRect.top + (fillRect.height() * (1 - fillFraction)) in <lambda>()
371 scaledFill.computeBounds(fillRect, true) in <lambda>()
399 fillMask.computeBounds(fillRect, true) in <lambda>()
/frameworks/layoutlib/bridge/src/android/graphics/
DPorterDuffColorFilter_Delegate.java71 g.fillRect(0, 0, width, height); in applyFilter()
DBaseCanvas_Delegate.java157 graphics.fillRect(0, 0, w, h); in nDrawColor()
179 (graphics, paintDelegate) -> graphics.fillRect((int)x, (int)y, 1, 1)); in nDrawPoint()
227 graphics.fillRect((int)left, (int)top, in nDrawRect()
DBitmap_Delegate.java328 g.fillRect(0, 0, image.getWidth(), image.getHeight()); in nativeErase()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DGLCanvas.java90 public abstract void fillRect(float x, float y, float width, float height, int color); in fillRect() method
DGLES20Canvas.java575 public void fillRect(float x, float y, float width, float height, int color) { in fillRect() method in GLES20Canvas
780 fillRect(target.left, target.top, target.width(), target.height(), toColor); in drawMixed()
/frameworks/base/core/jni/android/graphics/
DGIFMovie.cpp204 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height, in fillRect() function
323 fillRect(bm, cur->ImageDesc.Left, cur->ImageDesc.Top, in disposeFrameIfNeeded()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderDrawable.java175 gc.fillRect(0, 0, w, h); in getImage()
DRenderSessionImpl.java511 gc.fillRect(0, 0, mMeasuredScreenWidth, mMeasuredScreenHeight); in renderAndBuildResult()
546 gc.fillRect(0, 0, in renderAndBuildResult()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
DImageUtils.java219 g2.fillRect(0, 0, destWidth, destHeight); in scale()
/frameworks/base/core/java/android/view/
DViewGroup.java4015 private static void fillRect(Canvas canvas, Paint paint, int x1, int y1, int x2, int y2) { in fillRect() method in ViewGroup
4032 fillRect(c, paint, x1, y1, x1 + dx, y1 + lw * sign(dy)); in drawCorner()
4033 fillRect(c, paint, x1, y1, x1 + lw * sign(dx), y1 + dy); in drawCorner()
4053 fillRect(canvas, paint, x1, y1, x4, y2); in fillDifference()
4054 fillRect(canvas, paint, x1, y2, x2, y3); in fillDifference()
4055 fillRect(canvas, paint, x3, y2, x4, y3); in fillDifference()
4056 fillRect(canvas, paint, x1, y3, x4, y4); in fillDifference()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt78546 Landroid/view/ViewGroup;->fillRect(Landroid/graphics/Canvas;Landroid/graphics/Paint;IIII)V