Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java1664 R.styleable.GradientDrawableStroke_dashWidth, st.mStrokeDashWidth);
1936 public float mStrokeDashWidth = 0.0f; field in GradientDrawable.GradientState
2003 mStrokeDashWidth = orig.mStrokeDashWidth; in GradientState()
2113 if (mStrokeDashWidth > 0) { in applyDensityScaling()
2114 mStrokeDashWidth = Drawable.scaleFromDensity( in applyDensityScaling()
2315 mStrokeDashWidth = dashWidth; in setStroke()
2396 if (state.mStrokeDashWidth != 0.0f) { in updateLocalState()
2398 new float[] { state.mStrokeDashWidth, state.mStrokeDashGap }, 0); in updateLocalState()