Searched refs:mScaleHeight (Results 1 – 2 of 2) sorted by relevance
95 mState.mScaleHeight = scaleHeight; in ScaleDrawable()164 state.mScaleHeight = getPercent(a, in updateStateFromTypedArray()165 R.styleable.ScaleDrawable_scaleHeight, state.mScaleHeight); in updateStateFromTypedArray()237 if (mState.mScaleHeight > 0) { in onBoundsChange()239 h -= (int) ((h - ih) * (MAX_LEVEL - level) * mState.mScaleHeight / MAX_LEVEL); in onBoundsChange()263 float mScaleHeight = DO_NOT_SCALE; field in ScaleDrawable.ScaleState273 mScaleHeight = orig.mScaleHeight; in ScaleState()
17369 Landroid/graphics/drawable/ScaleDrawable$ScaleState;->mScaleHeight:F