Home
last modified time | relevance | path

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

/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DInsetDrawable.java108 mState.mInsetBottom = new InsetValue(0f, insetBottom); in InsetDrawable()
129 mState.mInsetBottom = new InsetValue(insetBottomFraction, 0); in InsetDrawable()
198 state.mInsetBottom = inset; in updateStateFromTypedArray()
203 state.mInsetBottom = getInset(a, R.styleable.InsetDrawable_insetBottom, state.mInsetBottom); in updateStateFromTypedArray()
230 out.bottom = mState.mInsetBottom.getDimension(b.height()); in getInsets()
278 r.bottom -= mState.mInsetBottom.getDimension(bounds.height()); in onBoundsChange()
303 + mState.mInsetBottom.mDimension; in getIntrinsicHeight()
323 InsetValue mInsetBottom; field in InsetDrawable.InsetState
332 mInsetBottom = orig.mInsetBottom.clone(); in InsetState()
341 mInsetBottom = new InsetValue(); in InsetState()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt19942 Landroid/graphics/drawable/InsetDrawable$InsetState;->mInsetBottom:Landroid/graphics/drawable/Inset…