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