Searched refs:mScaleWidth (Results 1 – 1 of 1) sorted by relevance
91 mState.mScaleWidth = scaleWidth; in ScaleDrawable()159 state.mScaleWidth = getPercent(a, in updateStateFromTypedArray()160 R.styleable.ScaleDrawable_scaleWidth, state.mScaleWidth); in updateStateFromTypedArray()228 if (mState.mScaleWidth > 0) { in onBoundsChange()230 w -= (int) ((w - iw) * (MAX_LEVEL - level) * mState.mScaleWidth / MAX_LEVEL); in onBoundsChange()259 float mScaleWidth = DO_NOT_SCALE; field in ScaleDrawable.ScaleState269 mScaleWidth = orig.mScaleWidth; in ScaleState()