Searched refs:fillRect (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | ThemedBatteryDrawable.kt | 53 private val fillRect = RectF() in <lambda>() constant 184 levelRect.set(fillRect) in <lambda>() 188 fillRect.top in <lambda>() 190 fillRect.top + (fillRect.height() * (1 - fillFraction)) in <lambda>() 373 scaledFill.computeBounds(fillRect, true) in <lambda>() 401 fillMask.computeBounds(fillRect, true) in <lambda>()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
D | GLCanvas.java | 90 public abstract void fillRect(float x, float y, float width, float height, int color); in fillRect() method
|
D | GLES20Canvas.java | 575 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/libs/hwui/jni/ |
D | GIFMovie.cpp | 208 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height, in fillRect() function 328 fillRect(bm, cur->ImageDesc.Left, cur->ImageDesc.Top, in disposeFrameIfNeeded()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 4122 private static void fillRect(Canvas canvas, Paint paint, int x1, int y1, int x2, int y2) { in fillRect() method in ViewGroup 4139 fillRect(c, paint, x1, y1, x1 + dx, y1 + lw * sign(dy)); in drawCorner() 4140 fillRect(c, paint, x1, y1, x1 + lw * sign(dx), y1 + dy); in drawCorner() 4160 fillRect(canvas, paint, x1, y1, x4, y2); in fillDifference() 4161 fillRect(canvas, paint, x1, y2, x2, y3); in fillDifference() 4162 fillRect(canvas, paint, x3, y2, x4, y3); in fillDifference() 4163 fillRect(canvas, paint, x1, y3, x4, y4); in fillDifference()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 63474 Landroid/view/ViewGroup;->fillRect(Landroid/graphics/Canvas;Landroid/graphics/Paint;IIII)V
|