Searched refs:mScaleHeight (Results 1 – 2 of 2) sorted by relevance
94 mState.mScaleHeight = scaleHeight; in ScaleDrawable()163 state.mScaleHeight = getPercent(a, in updateStateFromTypedArray()164 R.styleable.ScaleDrawable_scaleHeight, state.mScaleHeight); in updateStateFromTypedArray()236 if (mState.mScaleHeight > 0) { in onBoundsChange()238 h -= (int) ((h - ih) * (MAX_LEVEL - level) * mState.mScaleHeight / MAX_LEVEL); in onBoundsChange()262 float mScaleHeight = DO_NOT_SCALE; field in ScaleDrawable.ScaleState272 mScaleHeight = orig.mScaleHeight; in ScaleState()
20256 Landroid/graphics/drawable/ScaleDrawable$ScaleState;->mScaleHeight:F