Searched refs:mInsetTop (Results 1 – 2 of 2) sorted by relevance
91 mState.mInsetTop = insetTop; in InsetDrawable()160 state.mInsetTop = inset; in updateStateFromTypedArray()169 state.mInsetTop = a.getDimensionPixelOffset( in updateStateFromTypedArray()170 R.styleable.InsetDrawable_insetTop, state.mInsetTop); in updateStateFromTypedArray()181 padding.top += mState.mInsetTop; in getPadding()185 | mState.mInsetTop | mState.mInsetBottom) != 0; in getPadding()193 contentInsets.top + mState.mInsetTop, in getOpticalInsets()202 if (opacity == PixelFormat.OPAQUE && (state.mInsetLeft > 0 || state.mInsetTop > 0 in getOpacity()215 r.top += mState.mInsetTop; in onBoundsChange()238 return childHeight + mState.mInsetTop + mState.mInsetBottom; in getIntrinsicHeight()[all …]
326 private int mInsetTop, mInsetLeft; field in ThreadedRenderer554 mInsetTop = surfaceInsets.top; in setup()556 mSurfaceHeight = height + mInsetTop + surfaceInsets.bottom; in setup()563 mInsetTop = 0; in setup()568 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight); in setup()668 canvas.translate(mInsetLeft, mInsetTop); in updateRootDisplayList()