Home
last modified time | relevance | path

Searched refs:mStrokeWidth (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DEmphasizedNotificationButton.java38 private final int mStrokeWidth; field in EmphasizedNotificationButton
58 mStrokeWidth = getResources().getDimensionPixelSize( in EmphasizedNotificationButton()
80 inner.setStroke(hasStroke ? mStrokeWidth : 0, mStrokeColor); in setHasStroke()
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
DCircularProgressDrawable.java627 float mStrokeWidth = 5f; field in CircularProgressDrawable.Ring
689 float arcRadius = mRingCenterRadius + mStrokeWidth / 2f; in draw()
693 (mArrowWidth * mArrowScale) / 2f, mStrokeWidth / 2f); in draw()
708 float inset = mStrokeWidth / 2f; // Calculate inset to draw inside the arc in draw()
738 bounds.centerY() + mStrokeWidth / 2f); in drawTriangle()
838 mStrokeWidth = strokeWidth; in setStrokeWidth()
843 return mStrokeWidth; in getStrokeWidth()
/frameworks/base/libs/hwui/font/
DFont.cpp55 mStrokeWidth = paint->getStrokeWidth(); in FontDescription()
76 hash = JenkinsHashMix(hash, android::hash_type(mStrokeWidth)); in hash()
104 if (lhs.mStrokeWidth < rhs.mStrokeWidth) return -1; in compare()
105 if (lhs.mStrokeWidth > rhs.mStrokeWidth) return +1; in compare()
DFont.h71 float mStrokeWidth; member
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java1513 final int defaultStrokeWidth = Math.max(0, st.mStrokeWidth);
1714 if (mGradientState.mStrokeWidth >= 0 && mStrokePaint != null
1734 boolean useFillOpacity = st.mOpaqueOverShape && (mGradientState.mStrokeWidth <= 0
1806 public int mStrokeWidth = -1; // if >= 0 use stroking.
1863 mStrokeWidth = orig.mStrokeWidth;
1966 if (mStrokeWidth > 0) {
1967 mStrokeWidth = Drawable.scaleFromDensity(
1968 mStrokeWidth, sourceDensity, targetDensity, true);
2083 mStrokeWidth = width;
2154 if (state.mStrokeWidth >= 0) {
[all …]
/frameworks/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java95 private float mStrokeWidth; field in Paint_Delegate
184 return mStrokeWidth; in getStrokeWidth()
428 return delegate.mStrokeWidth; in nGetStrokeWidth()
439 delegate.mStrokeWidth = width; in nSetStrokeWidth()
1243 mStrokeWidth = paint.mStrokeWidth; in set()
1269 mStrokeWidth = 1.f; in reset()
/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
DVectorDrawableCompat.java1245 strokePaint.setStrokeWidth(fullPath.mStrokeWidth * finalStrokeScale); in drawPath()
1641 float mStrokeWidth = 0; field in VectorDrawableCompat.VFullPath
1665 mStrokeWidth = copy.mStrokeWidth; in VFullPath()
1764 mStrokeWidth = TypedArrayUtils.getNamedFloat(a, parser, "strokeWidth", in updateStateFromTypedArray()
1765 AndroidResources.STYLEABLE_VECTOR_DRAWABLE_PATH_STROKE_WIDTH, mStrokeWidth); in updateStateFromTypedArray()
1805 return mStrokeWidth; in getStrokeWidth()
1810 mStrokeWidth = strokeWidth; in setStrokeWidth()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java620 float mStrokeWidth = 0; field in VectorDrawable_Delegate.VFullPath_Delegate
645 mStrokeWidth = copy.mStrokeWidth; in VFullPath_Delegate()
733 return mStrokeWidth; in getStrokeWidth()
737 mStrokeWidth = strokeWidth; in setStrokeWidth()
1234 strokePaint.setStrokeWidth(fullPath.mStrokeWidth * finalStrokeScale); in drawPath()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java98 private final int mStrokeWidth; field in SmartReplyView
147 mStrokeWidth = strokeWidth; in SmartReplyView()
607 gradientDrawable.setStroke(mStrokeWidth, strokeColor); in setColors()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt2226 Landroid/graphics/drawable/GradientDrawable$GradientState;->mStrokeWidth:I