Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java107 mState.mInsetBottom = new InsetValue(0f, insetBottom); in InsetDrawable()
128 mState.mInsetBottom = new InsetValue(insetBottomFraction, 0); in InsetDrawable()
197 state.mInsetBottom = inset; in updateStateFromTypedArray()
202 state.mInsetBottom = getInset(a, R.styleable.InsetDrawable_insetBottom, state.mInsetBottom); in updateStateFromTypedArray()
229 out.bottom = mState.mInsetBottom.getDimension(b.height()); in getInsets()
277 r.bottom -= mState.mInsetBottom.getDimension(bounds.height()); in onBoundsChange()
297 final float fraction = mState.mInsetTop.mFraction + mState.mInsetBottom.mFraction; in getIntrinsicHeight()
302 + mState.mInsetBottom.mDimension; in getIntrinsicHeight()
322 InsetValue mInsetBottom; field in InsetDrawable.InsetState
331 mInsetBottom = orig.mInsetBottom.clone(); in InsetState()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt19951 Landroid/graphics/drawable/InsetDrawable$InsetState;->mInsetBottom:Landroid/graphics/drawable/Inset…