Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DInsetDrawable.java106 mState.mInsetTop = new InsetValue(0f, insetTop); in InsetDrawable()
127 mState.mInsetTop = new InsetValue(insetTopFraction, 0); in InsetDrawable()
196 state.mInsetTop = inset; in updateStateFromTypedArray()
201 state.mInsetTop = getInset(a, R.styleable.InsetDrawable_insetTop, state.mInsetTop); in updateStateFromTypedArray()
229 out.top = mState.mInsetTop.getDimension(b.height()); in getInsets()
276 r.top += mState.mInsetTop.getDimension(bounds.height()); in onBoundsChange()
302 return (int) (childHeight / (1 - fraction)) + mState.mInsetTop.mDimension in getIntrinsicHeight()
321 InsetValue mInsetTop; field in InsetDrawable.InsetState
330 mInsetTop = orig.mInsetTop.clone(); in InsetState()
339 mInsetTop = new InsetValue(); in InsetState()
[all …]
/aosp14/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java247 private int mInsetTop, mInsetLeft; field in ThreadedRenderer
522 mInsetTop = surfaceInsets.top; in setup()
524 mSurfaceHeight = height + mInsetTop + surfaceInsets.bottom; in setup()
530 mInsetTop = 0; in setup()
535 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight); in setup()
741 canvas.translate(mInsetLeft, mInsetTop); in updateRootDisplayList()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17067 Landroid/graphics/drawable/InsetDrawable$InsetState;->mInsetTop:Landroid/graphics/drawable/InsetDra…
63063 Landroid/view/ThreadedRenderer;->mInsetTop:I