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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java665 st.mThickness : bounds.width() / st.mThicknessRatio;
1073 state.mThicknessRatio = a.getFloat(
1074 R.styleable.GradientDrawable_thicknessRatio, state.mThicknessRatio);
1554 public float mThicknessRatio = DEFAULT_THICKNESS_RATIO; field in class:GradientDrawable.GradientState
1612 mThicknessRatio = state.mThicknessRatio;

Completed in 36 milliseconds