Searched refs:mInsetLeft (Results 1 – 3 of 3) sorted by relevance
105 mState.mInsetLeft = new InsetValue(0f, insetLeft); in InsetDrawable()126 mState.mInsetLeft = new InsetValue(insetLeftFraction, 0); in InsetDrawable()195 state.mInsetLeft = inset; in updateStateFromTypedArray()200 state.mInsetLeft = getInset(a, R.styleable.InsetDrawable_insetLeft, state.mInsetLeft); in updateStateFromTypedArray()227 out.left = mState.mInsetLeft.getDimension(b.width()); in getInsets()275 r.left += mState.mInsetLeft.getDimension(bounds.width()); in onBoundsChange()287 final float fraction = mState.mInsetLeft.mFraction + mState.mInsetRight.mFraction; in getIntrinsicWidth()291 return (int) (childWidth / (1 - fraction)) + mState.mInsetLeft.mDimension in getIntrinsicWidth()320 InsetValue mInsetLeft; field in InsetDrawable.InsetState329 mInsetLeft = orig.mInsetLeft.clone(); in InsetState()[all …]
247 private int mInsetTop, mInsetLeft; field in ThreadedRenderer438 mInsetLeft = surfaceInsets.left; in setup()440 mSurfaceWidth = width + mInsetLeft + surfaceInsets.right; in setup()446 mInsetLeft = 0; in setup()452 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight); in setup()559 canvas.translate(mInsetLeft, mInsetTop); in updateRootDisplayList()
19943 Landroid/graphics/drawable/InsetDrawable$InsetState;->mInsetLeft:Landroid/graphics/drawable/InsetDr…66385 Landroid/view/ThreadedRenderer;->mInsetLeft:I