Home
last modified time | relevance | path

Searched refs:mInsetLeft (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java102 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.InsetState
327 mInsetLeft = orig.mInsetLeft.clone(); in InsetState()
[all …]
/frameworks/base/core/java/android/view/
DThreadedRenderer.java357 private int mInsetTop, mInsetLeft; field in ThreadedRenderer
565 mInsetLeft = surfaceInsets.left; in setup()
567 mSurfaceWidth = width + mInsetLeft + surfaceInsets.right; in setup()
574 mInsetLeft = 0; in setup()
580 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight); in setup()
698 canvas.translate(mInsetLeft, mInsetTop); in updateRootDisplayList()
/frameworks/base/config/
Dhiddenapi-private-dex.txt25051 Landroid/graphics/drawable/InsetDrawable$InsetState;->mInsetLeft:Landroid/graphics/drawable/InsetDr…
96699 Landroid/view/ThreadedRenderer;->mInsetLeft:I