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

  /frameworks/base/graphics/java/android/graphics/drawable/
InsetDrawable.java 103 mState.mInsetTop = new InsetValue(0f, insetTop);
124 mState.mInsetTop = new InsetValue(insetTopFraction, 0);
193 state.mInsetTop = inset;
198 state.mInsetTop = getInset(a, R.styleable.InsetDrawable_insetTop, state.mInsetTop);
226 out.top = mState.mInsetTop.getDimension(b.height());
274 r.top += mState.mInsetTop.getDimension(bounds.height());
296 final float fraction = mState.mInsetTop.mFraction + mState.mInsetBottom.mFraction;
300 return (int) (childHeight / (1 - fraction)) + mState.mInsetTop.mDimension
319 InsetValue mInsetTop;
    [all...]
  /frameworks/base/core/java/android/view/
ThreadedRenderer.java 357 private int mInsetTop, mInsetLeft;
566 mInsetTop = surfaceInsets.top;
568 mSurfaceHeight = height + mInsetTop + surfaceInsets.bottom;
575 mInsetTop = 0;
580 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight);
698 canvas.translate(mInsetLeft, mInsetTop);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 114 milliseconds