Searched refs:mStrokeWidth (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DFont.cpp55 mStrokeWidth = paint->getStrokeWidth();
76 hash = JenkinsHashMix(hash, android::hash_type(mStrokeWidth));
104 if (lhs.mStrokeWidth < rhs.mStrokeWidth) return -1;
105 if (lhs.mStrokeWidth > rhs.mStrokeWidth) return +1;
H A DFont.h75 float mStrokeWidth; member in struct:android::uirenderer::Font::FontDescription
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java1484 final int defaultStrokeWidth = Math.max(0, st.mStrokeWidth);
1685 if (mGradientState.mStrokeWidth >= 0 && mStrokePaint != null
1705 boolean useFillOpacity = st.mOpaqueOverShape && (mGradientState.mStrokeWidth <= 0
1777 public int mStrokeWidth = -1; // if >= 0 use stroking. field in class:GradientDrawable.GradientState
1834 mStrokeWidth = orig.mStrokeWidth;
1937 if (mStrokeWidth > 0) {
1938 mStrokeWidth = Drawable.scaleFromDensity(
1939 mStrokeWidth, sourceDensity, targetDensity, true);
2054 mStrokeWidth
[all...]
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java476 private float mStrokeWidth = 5.0f; field in class:MaterialProgressDrawable.Ring
655 mStrokeWidth = strokeWidth;
662 return mStrokeWidth;
714 insets = (float) Math.ceil(mStrokeWidth / 2.0f);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java583 float mStrokeWidth = 0; field in class:VectorDrawable_Delegate.VFullPath_Delegate
608 mStrokeWidth = copy.mStrokeWidth;
696 return mStrokeWidth;
700 mStrokeWidth = strokeWidth;
1172 strokePaint.setStrokeWidth(fullPath.mStrokeWidth * finalStrokeScale);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java85 private float mStrokeWidth; field in class:Paint_Delegate
151 return mStrokeWidth;
405 return delegate.mStrokeWidth;
416 delegate.mStrokeWidth = width;
1216 mStrokeWidth = paint.mStrokeWidth;
1240 mStrokeWidth = 1.f;
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1274 strokePaint.setStrokeWidth(fullPath.mStrokeWidth * finalStrokeScale);
1670 float mStrokeWidth = 0; field in class:VectorDrawableCompat.VFullPath
1693 mStrokeWidth = copy.mStrokeWidth;
1791 mStrokeWidth = TypedArrayUtils.getNamedFloat(a, parser, "strokeWidth",
1792 AndroidResources.styleable_VectorDrawablePath_strokeWidth, mStrokeWidth);
1827 return mStrokeWidth;
1832 mStrokeWidth = strokeWidth;

Completed in 3294 milliseconds