Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java105 mState.mInsetTop = new InsetValue(0f, insetTop); in InsetDrawable()
126 mState.mInsetTop = new InsetValue(insetTopFraction, 0); in InsetDrawable()
195 state.mInsetTop = inset; in updateStateFromTypedArray()
200 state.mInsetTop = getInset(a, R.styleable.InsetDrawable_insetTop, state.mInsetTop); in updateStateFromTypedArray()
228 out.top = mState.mInsetTop.getDimension(b.height()); in getInsets()
275 r.top += mState.mInsetTop.getDimension(bounds.height()); in onBoundsChange()
297 final float fraction = mState.mInsetTop.mFraction + mState.mInsetBottom.mFraction; in getIntrinsicHeight()
301 return (int) (childHeight / (1 - fraction)) + mState.mInsetTop.mDimension in getIntrinsicHeight()
320 InsetValue mInsetTop; field in InsetDrawable.InsetState
329 mInsetTop = orig.mInsetTop.clone(); in InsetState()
[all …]
/frameworks/base/core/java/android/view/
DThreadedRenderer.java289 private int mInsetTop, mInsetLeft; field in ThreadedRenderer
485 mInsetTop = surfaceInsets.top; in setup()
487 mSurfaceHeight = height + mInsetTop + surfaceInsets.bottom; in setup()
494 mInsetTop = 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.txt19954 Landroid/graphics/drawable/InsetDrawable$InsetState;->mInsetTop:Landroid/graphics/drawable/InsetDra…
77492 Landroid/view/ThreadedRenderer;->mInsetTop:I