Searched defs:mStrokeDashWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java1085 public float mStrokeDashWidth; field in class:GradientDrawable.GradientState
1123 mStrokeDashWidth = state.mStrokeDashWidth;
1234 mStrokeDashWidth = dashWidth;
1287 if (state.mStrokeDashWidth != 0.0f) {
1289 new float[] { state.mStrokeDashWidth, state.mStrokeDashGap }, 0);

Completed in 91 milliseconds