Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java1674 R.styleable.GradientDrawableStroke_dashGap, st.mStrokeDashGap);
1938 public float mStrokeDashGap = 0.0f; field in GradientDrawable.GradientState
2004 mStrokeDashGap = orig.mStrokeDashGap; in GradientState()
2115 mStrokeDashGap, sourceDensity, targetDensity); in applyDensityScaling()
2117 if (mStrokeDashGap > 0) { in applyDensityScaling()
2118 mStrokeDashGap = Drawable.scaleFromDensity( in applyDensityScaling()
2119 mStrokeDashGap, sourceDensity, targetDensity); in applyDensityScaling()
2316 mStrokeDashGap = dashGap; in setStroke()
2398 new float[] { state.mStrokeDashWidth, state.mStrokeDashGap }, 0); in updateLocalState()