/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/ |
D | PathPerfTest.java | 48 path.addRect(0, 0, 100, 100, Path.Direction.CW); in testAddReset() 67 path.addRect(0, 0, 100, 100, Path.Direction.CW); in testAddRewind() 76 path.addRect(0, 0, 100, 100, Path.Direction.CW); in testIsEmpty() 86 path.addRect(0, 0, 100, 100, Path.Direction.CW); in testIsConvex() 96 path.addRect(0, 0, 100, 100, Path.Direction.CW); in testGetSetFillType() 107 path.addRect(0, 0, 100, 100, Path.Direction.CW); in testIsRect()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | SkiaBehaviorTests.cpp | 78 p0.addRect(SkRect::MakeXYWH(-5.0f, 0.0f, 1080.0f, 242.0f)); in TEST() 79 p1.addRect(SkRect::MakeXYWH(0.0f, 0.0f, 1080.0f, 242.0f)); in TEST()
|
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
D | RoundRectShape.java | 118 mPath.addRect(r, Path.Direction.CW); in onResize() 127 mPath.addRect(mInnerRect, Path.Direction.CCW); in onResize()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | DisplayCutoutBaseViewTest.kt | 135 path.addRect(pathBounds, Path.Direction.CCW) in testCutoutProtection() 154 path.addRect(pathBounds, Path.Direction.CCW) in testCutoutProtection_withDisplayRatio()
|
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/ |
D | PathOpsActivity.java | 63 p1.addRect(0.0f, 0.0f, mSize, mSize, Path.Direction.CW); in onSizeChanged()
|
/frameworks/base/libs/hwui/ |
D | Outline.h | 56 mPath.addRect(left, top, right, bottom); in setRoundRect()
|
D | RenderNode.cpp | 589 clipPath.addRect(clipRect); in getClippedOutline()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | SignalDrawable.java | 251 mForegroundPath.addRect(x, y, x + dotSize, y + dotSize, Direction.CW); in drawDotAndPadding() 253 mCutoutPath.addRect(x - dotPadding, y - dotPadding, x + dotSize + dotPadding, in drawDotAndPadding()
|
D | BatteryMeterDrawableBase.java | 358 mShapePath.addRect(mButtonFrame, Direction.CW); in draw() 361 p.addRect(mButtonFrame, Direction.CW); in draw()
|
D | ThemedBatteryDrawable.kt | 193 levelPath.addRect(levelRect, Path.Direction.CCW) in <lambda>()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 568 public void addRect(@NonNull RectF rect, @NonNull Direction dir) { in addRect() method in Path 569 addRect(rect.left, rect.top, rect.right, rect.bottom, dir); in addRect() 581 public void addRect(float left, float top, float right, float bottom, @NonNull Direction dir) { in addRect() method in Path
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
D | DividerRoundedCorner.java | 127 square.addRect(0, 0, mRadius, mRadius, Path.Direction.CW); in InvertedRoundedCornerDrawInfo()
|
/frameworks/base/libs/hwui/jni/ |
D | Path.cpp | 142 static void addRect(JNIEnv* env, jclass clazz, jlong objHandle, in addRect() function in android::SkPathGlue 146 obj->addRect(left, top, right, bottom, dir); in addRect() 553 {"nAddRect", "(JFFFFI)V", (void*)SkPathGlue::addRect},
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/ |
D | MagnifierView.java | 209 path.addRect(col * mCheckerboardBoxSize,
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | LayoutTest.java | 672 selectionPath.addRect(selectionRect, Path.Direction.CW); in highContrastTextEnabled_testDrawSelectionAndHighlight_drawsHighContrastSelectionAndHighlight() 725 selectionPath.addRect(selectionRect, Path.Direction.CW); in highContrastTextEnabled_testDrawHighlight_drawsHighContrastHighlight() 778 selectionPath.addRect(selectionRect, Path.Direction.CW); in highContrastTextDisabledByDefault_testDrawHighlight_drawsNormalHighlightBehind() 830 selectionPath.addRect(selectionRect, Path.Direction.CW); in highContrastTextEnabledButFlagOff_testDrawHighlight_drawsNormalHighlightBehind()
|
/frameworks/base/core/java/android/widget/ |
D | SmartSelectSprite.java | 319 rectanglePath.addRect(shape.mBoundingRectangle, Path.Direction.CW); in generateOutlinePolygonPath()
|
/frameworks/base/core/java/android/text/ |
D | Layout.java | 3061 dest.addRect(left, top, right, bottom, Path.Direction.CW)); in getSelectionPath()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 6532 HSPLandroid/graphics/Path;->addRect(FFFFLandroid/graphics/Path$Direction;)V 6533 HSPLandroid/graphics/Path;->addRect(Landroid/graphics/RectF;Landroid/graphics/Path$Direction;)V+]La…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 11135 method public void addRect(android.graphics.RectF, android.graphics.Path.Direction); 11136 method public void addRect(float, float, float, float, android.graphics.Path.Direction);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 6535 HSPLandroid/graphics/Path;->addRect(FFFFLandroid/graphics/Path$Direction;)V 6536 HSPLandroid/graphics/Path;->addRect(Landroid/graphics/RectF;Landroid/graphics/Path$Direction;)V+]La…
|
/frameworks/base/core/api/ |
D | current.txt | 16711 …method public void addRect(@NonNull android.graphics.RectF, @NonNull android.graphics.Path.Directi… 16712 … method public void addRect(float, float, float, float, @NonNull android.graphics.Path.Direction);
|