Searched refs:mInsetBottom (Results 1 – 2 of 2) sorted by relevance
108 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.InsetState332 mInsetBottom = orig.mInsetBottom.clone(); in InsetState()341 mInsetBottom = new InsetValue(); in InsetState()[all …]
19942 Landroid/graphics/drawable/InsetDrawable$InsetState;->mInsetBottom:Landroid/graphics/drawable/Inset…