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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java1270 R.styleable.GradientDrawableStroke_dashWidth, st.mStrokeDashWidth);
1546 public float mStrokeDashWidth = 0.0f; field in class:GradientDrawable.GradientState
1600 mStrokeDashWidth = state.mStrokeDashWidth;
1712 mStrokeDashWidth = dashWidth;
1792 if (state.mStrokeDashWidth != 0.0f) {
1794 new float[] { state.mStrokeDashWidth, state.mStrokeDashGap }, 0);

Completed in 46 milliseconds