Searched defs:mInsetTop (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java326 private int mInsetTop, mInsetLeft; field in class:ThreadedRenderer
554 mInsetTop = surfaceInsets.top;
556 mSurfaceHeight = height + mInsetTop + surfaceInsets.bottom;
563 mInsetTop = 0;
568 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight);
668 canvas.translate(mInsetLeft, mInsetTop);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DInsetDrawable.java91 mState.mInsetTop = insetTop;
160 state.mInsetTop = inset;
169 state.mInsetTop = a.getDimensionPixelOffset(
170 R.styleable.InsetDrawable_insetTop, state.mInsetTop);
181 padding.top += mState.mInsetTop;
185 | mState.mInsetTop | mState.mInsetBottom) != 0;
193 contentInsets.top + mState.mInsetTop,
202 if (opacity == PixelFormat.OPAQUE && (state.mInsetLeft > 0 || state.mInsetTop > 0
215 r.top += mState.mInsetTop;
238 return childHeight + mState.mInsetTop
256 int mInsetTop = 0; field in class:InsetDrawable.InsetState
[all...]

Completed in 163 milliseconds