Home
last modified time | relevance | path

Searched refs:mScaleWidth (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DScaleDrawable.java94 mState.mScaleWidth = scaleWidth; in ScaleDrawable()
162 state.mScaleWidth = getPercent(a, in updateStateFromTypedArray()
163 R.styleable.ScaleDrawable_scaleWidth, state.mScaleWidth); in updateStateFromTypedArray()
231 if (mState.mScaleWidth > 0) { in onBoundsChange()
233 w -= (int) ((w - iw) * (MAX_LEVEL - level) * mState.mScaleWidth / MAX_LEVEL); in onBoundsChange()
262 float mScaleWidth = DO_NOT_SCALE; field in ScaleDrawable.ScaleState
272 mScaleWidth = orig.mScaleWidth; in ScaleState()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17370 Landroid/graphics/drawable/ScaleDrawable$ScaleState;->mScaleWidth:F