Searched refs:mStrokeWidth (Results 1 – 6 of 6) sorted by relevance
38 private final int mStrokeWidth; field in EmphasizedNotificationButton58 mStrokeWidth = getResources().getDimensionPixelSize( in EmphasizedNotificationButton()80 inner.setStroke(hasStroke ? mStrokeWidth : 0, mStrokeColor); in setHasStroke()
62 private final int mStrokeWidth; field in InvocationLightsView89 mStrokeWidth = DisplayUtils.convertDpToPx(LIGHT_HEIGHT_DP, context); in InvocationLightsView()90 mPaint.setStrokeWidth(mStrokeWidth); in InvocationLightsView()99 mStrokeWidth / 2, displayWidth, displayHeight); in InvocationLightsView()
1660 final int defaultStrokeWidth = Math.max(0, st.mStrokeWidth);1834 if (mGradientState.mStrokeWidth >= 0 && mStrokePaint != null1854 boolean useFillOpacity = st.mOpaqueOverShape && (mGradientState.mStrokeWidth <= 0 in getOutline()1934 public int mStrokeWidth = -1; // if >= 0 use stroking. field in GradientDrawable.GradientState2002 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 …]
96 private float mStrokeWidth; field in Paint_Delegate187 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()
621 float mStrokeWidth = 0; field in VectorDrawable_Delegate.VFullPath_Delegate646 mStrokeWidth = copy.mStrokeWidth; in VFullPath_Delegate()734 return mStrokeWidth; in getStrokeWidth()738 mStrokeWidth = strokeWidth; in setStrokeWidth()1237 strokePaint.setStrokeWidth(fullPath.mStrokeWidth * finalStrokeScale); in drawPath()
114 private final int mStrokeWidth; field in SmartReplyView161 mStrokeWidth = strokeWidth; in SmartReplyView()324 smartReplyView.mRippleColor, smartReplyView.mStrokeWidth); in inflateReplyButton()842 mStrokeWidth); in setBackgroundTintColor()