Searched refs:mInsetLeft (Results 1 – 3 of 3) sorted by relevance
104 mState.mInsetLeft = new InsetValue(0f, insetLeft); in InsetDrawable()125 mState.mInsetLeft = new InsetValue(insetLeftFraction, 0); in InsetDrawable()194 state.mInsetLeft = inset; in updateStateFromTypedArray()199 state.mInsetLeft = getInset(a, R.styleable.InsetDrawable_insetLeft, state.mInsetLeft); in updateStateFromTypedArray()226 out.left = mState.mInsetLeft.getDimension(b.width()); in getInsets()274 r.left += mState.mInsetLeft.getDimension(bounds.width()); in onBoundsChange()286 final float fraction = mState.mInsetLeft.mFraction + mState.mInsetRight.mFraction; in getIntrinsicWidth()290 return (int) (childWidth / (1 - fraction)) + mState.mInsetLeft.mDimension in getIntrinsicWidth()319 InsetValue mInsetLeft; field in InsetDrawable.InsetState328 mInsetLeft = orig.mInsetLeft.clone(); in InsetState()[all …]
289 private int mInsetTop, mInsetLeft; field in ThreadedRenderer484 mInsetLeft = surfaceInsets.left; in setup()486 mSurfaceWidth = width + mInsetLeft + surfaceInsets.right; in setup()493 mInsetLeft = 0; in setup()499 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight); in setup()606 canvas.translate(mInsetLeft, mInsetTop); in updateRootDisplayList()
19952 Landroid/graphics/drawable/InsetDrawable$InsetState;->mInsetLeft:Landroid/graphics/drawable/InsetDr…77491 Landroid/view/ThreadedRenderer;->mInsetLeft:I