Home
last modified time | relevance | path

Searched refs:addRoundRect (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/graphics/java/android/graphics/
DPath.java646 public void addRoundRect(@NonNull RectF rect, float rx, float ry, @NonNull Direction dir) { in addRoundRect() method in Path
647 addRoundRect(rect.left, rect.top, rect.right, rect.bottom, rx, ry, dir); in addRoundRect()
657 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect() method in Path
671 public void addRoundRect(@NonNull RectF rect, @NonNull float[] radii, @NonNull Direction dir) { in addRoundRect() method in Path
675 addRoundRect(rect.left, rect.top, rect.right, rect.bottom, radii, dir); in addRoundRect()
686 public void addRoundRect(float left, float top, float right, float bottom, in addRoundRect() method in Path
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
DRoundRectShape.java116 mPath.addRoundRect(r, mOuterRadii, Path.Direction.CW); in onResize()
125 mPath.addRoundRect(mInnerRect, mInnerRadii, Path.Direction.CCW); in onResize()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DRoundDrawableWrapper.java44 mClipPath.addRoundRect(mTempRect, mRoundedCornersRadius, in onBoundsChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DCornerDrawable.kt55 path.addRoundRect(r, cornerRadius, cornerRadius, Path.Direction.CW) in updatePath()
/frameworks/base/libs/hwui/
DOutline.h54 mPath.addRoundRect(SkRect::MakeLTRB(left, top, right, bottom), radius, radius); in setRoundRect()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarHandleView.java79 mPath.addRoundRect(handle, radius, radius, Path.Direction.CW); in BubbleBarHandleView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DMediaContainerView.kt68 clipPath.addRoundRect(clipRect, cornerRadius, cornerRadius, Path.Direction.CW) in onDraw()
DNotificationChildrenContainer.java1022 mHeaderPath.addRoundRect(
DNotificationStackScrollLayout.java5745 mRoundedClipPath.addRoundRect( in setScrimClippingShape()
5791 mRoundedClipPath.addRoundRect( in updateRoundedClipPath()
5900 mLaunchedNotificationClipPath.addRoundRect(left, top, right, bottom,
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandable.kt518 addRoundRect(roundedRect) in createRoundRectPath()
520 Path().apply { addRoundRect(createInsetRoundedRect(strokeWidth, roundedRect)) } in createRoundRectPath()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DBubblePopupDrawable.kt166 path.addRoundRect(contentRect, config.cornerRadius, config.cornerRadius, Path.Direction.CW) in <lambda>()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/
DPlatformSlider.kt282 trackPath.addRoundRect( in TrackBackground()
296 indicatorPath.addRoundRect( in TrackBackground()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DBatteryMeterDrawableBase.java357 mShapePath.addRoundRect(mFrame, radius, radius, Direction.CW); in draw()
359 mOutlinePath.addRoundRect(mFrame, radius, radius, Direction.CW); in draw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scrim/
DScrimDrawable.java283 mConcaveInfo.mPath.addRoundRect(getBounds().left, top, getBounds().right, bottom, in updatePath()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDropZoneView.java268 mPath.addRoundRect(mContainerMargin[0] * mMarginPercent, in onDraw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java160 outPath.addRoundRect(left, top, right, bottom, mTmpCornerRadii, Path.Direction.CW); in getRoundedRectPath()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSContainerImpl.java383 mFancyClippingPath.addRoundRect(clippingLeft, mFancyClippingTop, clippingRight, in updateClippingPath()
/frameworks/base/core/java/com/android/internal/graphics/drawable/
DBackgroundBlurDrawable.java199 mRectPath.addRoundRect(bounds.left, bounds.top, bounds.right, bounds.bottom, mTmpRadii, in updatePath()
/frameworks/base/libs/hwui/jni/
DPath.cpp176 obj->addRoundRect(rect, rx, ry, dir); in addRoundRectXY()
186 obj->addRoundRect(rect, src, dir); in addRoundRect8()
/frameworks/base/core/java/android/widget/
DSmartSelectSprite.java173 mClipPath.addRoundRect( in draw()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleFlyoutView.java545 rectPath.addRoundRect(mBgRect, interpolatedRadius, in getOutline()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DBackPanel.kt549 addRoundRect(this@toPathWithRoundCorners, corners, Path.Direction.CW) in RectF()
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java895 mPath.addRoundRect(mRect, st.mRadiusArray, Path.Direction.CW);
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java4030 mPath.addRoundRect(getPaddingLeft(), getPaddingTop(), imageWidth, imageHeight, mRadius,
/frameworks/base/boot/
Dboot-image-profile.txt6534 HSPLandroid/graphics/Path;->addRoundRect(FFFFFFLandroid/graphics/Path$Direction;)V
6535 HSPLandroid/graphics/Path;->addRoundRect(FFFF[FLandroid/graphics/Path$Direction;)V
6536 HSPLandroid/graphics/Path;->addRoundRect(Landroid/graphics/RectF;FFLandroid/graphics/Path$Direction…
6537 HSPLandroid/graphics/Path;->addRoundRect(Landroid/graphics/RectF;[FLandroid/graphics/Path$Direction…

12