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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java1508 R.styleable.GradientDrawableStroke_dashGap, st.mStrokeDashGap);
1789 public float mStrokeDashGap = 0.0f; field in class:GradientDrawable.GradientState
1846 mStrokeDashGap = orig.mStrokeDashGap;
1953 mStrokeDashGap, sourceDensity, targetDensity);
1955 if (mStrokeDashGap > 0) {
1956 mStrokeDashGap = Drawable.scaleFromDensity(
1957 mStrokeDashGap, sourceDensity, targetDensity);
2067 mStrokeDashGap = dashGap;
2147 new float[] { state.mStrokeDashWidth, state.mStrokeDashGap },
[all...]

Completed in 854 milliseconds