Searched refs:mInsetLeft (Results 1 – 2 of 2) sorted by relevance
102 mState.mInsetLeft = new InsetValue(0f, insetLeft); in InsetDrawable()123 mState.mInsetLeft = new InsetValue(insetLeftFraction, 0); in InsetDrawable()192 state.mInsetLeft = inset; in updateStateFromTypedArray()197 state.mInsetLeft = getInset(a, R.styleable.InsetDrawable_insetLeft, state.mInsetLeft); in updateStateFromTypedArray()224 out.left = mState.mInsetLeft.getDimension(b.width()); in getInsets()273 r.left += mState.mInsetLeft.getDimension(bounds.width()); in onBoundsChange()285 final float fraction = mState.mInsetLeft.mFraction + mState.mInsetRight.mFraction; in getIntrinsicWidth()289 return (int) (childWidth / (1 - fraction)) + mState.mInsetLeft.mDimension in getIntrinsicWidth()318 InsetValue mInsetLeft; field in InsetDrawable.InsetState327 mInsetLeft = orig.mInsetLeft.clone(); in InsetState()[all …]
324 private int mInsetTop, mInsetLeft; field in ThreadedRenderer535 mInsetLeft = surfaceInsets.left; in setup()537 mSurfaceWidth = width + mInsetLeft + surfaceInsets.right; in setup()544 mInsetLeft = 0; in setup()550 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight); in setup()655 canvas.translate(mInsetLeft, mInsetTop); in updateRootDisplayList()