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.java104 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.InsetState
328 mInsetLeft = orig.mInsetLeft.clone(); in InsetState()
[all …]
/frameworks/base/core/java/android/view/
DThreadedRenderer.java289 private int mInsetTop, mInsetLeft; field in ThreadedRenderer
484 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt19952 Landroid/graphics/drawable/InsetDrawable$InsetState;->mInsetLeft:Landroid/graphics/drawable/InsetDr…
77491 Landroid/view/ThreadedRenderer;->mInsetLeft:I