Searched refs:mInsetTop (Results 1 – 3 of 3) sorted by relevance
106 mState.mInsetTop = new InsetValue(0f, insetTop); in InsetDrawable()127 mState.mInsetTop = new InsetValue(insetTopFraction, 0); in InsetDrawable()196 state.mInsetTop = inset; in updateStateFromTypedArray()201 state.mInsetTop = getInset(a, R.styleable.InsetDrawable_insetTop, state.mInsetTop); in updateStateFromTypedArray()229 out.top = mState.mInsetTop.getDimension(b.height()); in getInsets()276 r.top += mState.mInsetTop.getDimension(bounds.height()); in onBoundsChange()298 final float fraction = mState.mInsetTop.mFraction + mState.mInsetBottom.mFraction; in getIntrinsicHeight()302 return (int) (childHeight / (1 - fraction)) + mState.mInsetTop.mDimension in getIntrinsicHeight()321 InsetValue mInsetTop; field in InsetDrawable.InsetState330 mInsetTop = orig.mInsetTop.clone(); in InsetState()[all …]
247 private int mInsetTop, mInsetLeft; field in ThreadedRenderer522 mInsetTop = surfaceInsets.top; in setup()524 mSurfaceHeight = height + mInsetTop + surfaceInsets.bottom; in setup()530 mInsetTop = 0; in setup()535 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight); in setup()741 canvas.translate(mInsetLeft, mInsetTop); in updateRootDisplayList()
17067 Landroid/graphics/drawable/InsetDrawable$InsetState;->mInsetTop:Landroid/graphics/drawable/InsetDra…62420 Landroid/view/ThreadedRenderer;->mInsetTop:I