Home
last modified time | relevance | path

Searched refs:mStrokeWidth (Results 1 – 6 of 6) 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/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DInvocationLightsView.java62 private final int mStrokeWidth; field in InvocationLightsView
89 mStrokeWidth = DisplayUtils.convertDpToPx(LIGHT_HEIGHT_DP, context); in InvocationLightsView()
90 mPaint.setStrokeWidth(mStrokeWidth); in InvocationLightsView()
99 mStrokeWidth / 2, displayWidth, displayHeight); in InvocationLightsView()
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java1660 final int defaultStrokeWidth = Math.max(0, st.mStrokeWidth);
1834 if (mGradientState.mStrokeWidth >= 0 && mStrokePaint != null
1854 boolean useFillOpacity = st.mOpaqueOverShape && (mGradientState.mStrokeWidth <= 0 in getOutline()
1934 public int mStrokeWidth = -1; // if >= 0 use stroking. field in GradientDrawable.GradientState
2002 mStrokeWidth = orig.mStrokeWidth; in GradientState()
2109 if (mStrokeWidth > 0) { in applyDensityScaling()
2110 mStrokeWidth = Drawable.scaleFromDensity( in applyDensityScaling()
2111 mStrokeWidth, sourceDensity, targetDensity, true); in applyDensityScaling()
2313 mStrokeWidth = width; in setStroke()
2384 if (state.mStrokeWidth >= 0) { in updateLocalState()
[all …]
/frameworks/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java96 private float mStrokeWidth; field in Paint_Delegate
187 return mStrokeWidth; in getStrokeWidth()
418 return delegate.mStrokeWidth; in nGetStrokeWidth()
429 delegate.mStrokeWidth = width; in nSetStrokeWidth()
1251 mStrokeWidth = paint.mStrokeWidth; in set()
1277 mStrokeWidth = 1.f; in reset()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java621 float mStrokeWidth = 0; field in VectorDrawable_Delegate.VFullPath_Delegate
646 mStrokeWidth = copy.mStrokeWidth; in VFullPath_Delegate()
734 return mStrokeWidth; in getStrokeWidth()
738 mStrokeWidth = strokeWidth; in setStrokeWidth()
1237 strokePaint.setStrokeWidth(fullPath.mStrokeWidth * finalStrokeScale); in drawPath()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java114 private final int mStrokeWidth; field in SmartReplyView
161 mStrokeWidth = strokeWidth; in SmartReplyView()
324 smartReplyView.mRippleColor, smartReplyView.mStrokeWidth); in inflateReplyButton()
842 mStrokeWidth); in setBackgroundTintColor()