Searched defs:mTop (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
H A DVerticalGravityTest.java36 private View mTop; field in class:VerticalGravityTest
52 mTop = activity.findViewById(R.id.cell_top);
62 assertNotNull(mTop);
69 ViewAsserts.assertTopAligned(mReference1, mTop);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DFixedSizeDrawable.java28 int mTop; field in class:FixedSizeDrawable
38 mTop = t;
44 mDrawable.setBounds(mLeft, mTop, mRight, mBottom);
48 mDrawable.setBounds(mLeft, mTop, mRight, mBottom);
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h121 int32_t mLeft, mTop, mRight, mBottom; member in struct:android::AMessage::Rect
/frameworks/av/include/media/stagefright/
H A DMetaData.h255 int32_t mLeft, mTop, mRight, mBottom; member in struct:android::MetaData::Rect
/frameworks/base/core/java/android/view/
H A DSurfaceView.java157 int mTop = -1; field in class:SurfaceView
443 || mLeft != mLocation[0] || mTop != mLocation[1]
450 + " top=" + (mTop != mLocation[1]));
455 mTop = mLocation[1];
464 mLayout.y = mTop;
H A DView.java2770 protected int mTop; field in class:View
3771 out.append(mTop);
4437 position.offset(child.mLeft, child.mTop);
4925 position.set(0, 0, mRight - mLeft, mBottom - mTop);
4931 position.offset(mLeft, mTop);
4943 position.offset(parentView.mLeft, parentView.mTop);
8428 if ((mParent != null) && (mBottom > mTop) && (mRight > mLeft)) {
8680 return mBottom - mTop;
8696 outRect.bottom = mScrollY + (mBottom - mTop);
8823 if ((mRight - mLeft) != info.mPrevWidth || (mBottom - mTop) !
[all...]
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java456 top = Math.min(top, params.mTop - params.topMargin);
475 top = Math.min(top, params.mTop - params.topMargin);
540 params.mTop = height - mPaddingBottom - childHeight;
541 params.mBottom = params.mTop + childHeight;
569 params.mTop += verticalOffset;
588 int offset = anchorParams.mTop + anchorBaseline;
593 int height = params.mBottom - params.mTop;
594 params.mTop = offset;
595 params.mBottom = params.mTop + height;
603 if (params.mTop < l
1139 private int mLeft, mTop, mRight, mBottom; field in class:RelativeLayout.LayoutParams
[all...]
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h315 if (top != mTop) {
316 mTop = top;
317 mHeight = mBottom - mTop;
337 mHeight = mBottom - mTop;
345 if (left != mLeft || top != mTop) {
347 mTop = top;
349 mHeight = mBottom - mTop;
357 if (left != mLeft || top != mTop || right != mRight || bottom != mBottom) {
359 mTop = top;
363 mHeight = mBottom - mTop;
521 int mLeft, mTop, mRight, mBottom; member in class:android::uirenderer::DisplayList
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java2992 int mTop; field in class:WebViewCore.ShowRectData
3009 data.mTop = top;

Completed in 111 milliseconds