HomeSort by relevance Sort by last modified time
    Searched refs:mInsetTop (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/graphics/drawable/
InsetDrawable.java 88 mState.mInsetTop = insetTop;
136 state.mInsetTop = inset;
145 state.mInsetTop = a.getDimensionPixelOffset(attr, state.mInsetTop);
187 padding.top += mState.mInsetTop;
191 | mState.mInsetTop | mState.mInsetBottom) != 0;
199 contentInsets.top + mState.mInsetTop,
208 if (opacity == PixelFormat.OPAQUE && (state.mInsetLeft > 0 || state.mInsetTop > 0
221 r.top += mState.mInsetTop;
236 return getDrawable().getIntrinsicHeight() + mState.mInsetTop + mState.mInsetBottom
    [all...]
  /frameworks/base/core/java/android/view/
ThreadedRenderer.java 93 private int mInsetTop, mInsetLeft;
203 mInsetTop = surfaceInsets.top;
205 mSurfaceHeight = height + mInsetTop + surfaceInsets.bottom;
212 mInsetTop = 0;
217 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight);
293 canvas.translate(mInsetLeft, mInsetTop);

Completed in 1129 milliseconds