Searched refs:mBottom (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
H A DVerticalGravityTest.java38 private View mBottom; field in class:VerticalGravityTest
54 mBottom = activity.findViewById(R.id.cell_bottom);
64 assertNotNull(mBottom);
80 ViewAsserts.assertBottomAligned(mReference3, mBottom);
/frameworks/base/libs/hwui/
H A DDisplayList.h359 mHeight = mBottom - mTop;
385 if (bottom != mBottom) {
386 mBottom = bottom;
387 mHeight = mBottom - mTop;
395 return mBottom;
403 mHeight = mBottom - mTop;
411 if (left != mLeft || top != mTop || right != mRight || bottom != mBottom) {
415 mBottom = bottom;
417 mHeight = mBottom - mTop;
437 mBottom
517 int mLeft, mTop, mRight, mBottom; member in class:android::uirenderer::DisplayList
[all...]
H A DDisplayList.cpp250 mBottom = 0;
385 (float) 0, (float) 0, (float) mRight - mLeft, (float) mBottom - mTop,
391 (float) mRight - mLeft, (float) mBottom - mTop);
439 handler(mSaveLayerOp->reinit(0, 0, mRight - mLeft, mBottom - mTop,
445 handler(mClipRectOp->reinit(0, 0, mRight - mLeft, mBottom - mTop, SkRegion::kIntersect_Op),
/frameworks/base/core/java/android/text/
H A DBoringLayout.java195 mBottom = spacing;
319 return mBottom;
332 return mBottom;
398 c.drawText(mDirect, 0, mBottom - mDesc, mPaint);
417 /* package */ int mBottom, mDesc; // for Direct field in class:BoringLayout
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java496 height = Math.max(height, params.mBottom);
498 height = Math.max(height, params.mBottom + params.bottomMargin);
509 bottom = Math.max(bottom, params.mBottom + params.bottomMargin);
528 bottom = Math.max(bottom, params.mBottom + params.bottomMargin);
587 params.mBottom = params.mTop + childHeight;
616 params.mBottom += verticalOffset;
652 int height = params.mBottom - params.mTop;
654 params.mBottom = params.mTop + height;
685 params.mBottom, params.height,
853 if (params.mTop < 0 && params.mBottom >
1209 private int mLeft, mTop, mRight, mBottom; field in class:RelativeLayout.LayoutParams
[all...]
H A DSlidingDrawer.java450 (!mExpanded && top > mBottomOffset + mBottom - mTop -
574 handle.offsetTopAndBottom(mBottomOffset + mBottom - mTop -
582 } else if (deltaY > mBottomOffset + mBottom - mTop - mHandleHeight - top) {
583 deltaY = mBottomOffset + mBottom - mTop - mHandleHeight - top;
643 int height = mBottom - mTop - childHeight - mTopOffset;
652 MeasureSpec.makeMeasureSpec(mBottom - mTop, MeasureSpec.EXACTLY));
H A DNumberPicker.java1467 mBottom);
1647 float totalTextGapHeight = (mBottom - mTop) - totalTextHeight;
1662 setFadingEdgeLength((mBottom - mTop - mTextSize) / 2);
2053 invalidate(0, mBottomSelectionDividerBottom, mRight, mBottom);
2082 invalidate(0, mBottomSelectionDividerBottom, mRight, mBottom);
2098 invalidate(0, mBottomSelectionDividerBottom, mRight, mBottom);
2197 mScrollX + (mRight - mLeft), mScrollY + (mBottom - mTop));
2212 mScrollX + (mRight - mLeft), mScrollY + (mBottom - mTop));
2341 invalidate(0, mBottomSelectionDividerBottom, mRight, mBottom);
2350 invalidate(0, mBottomSelectionDividerBottom, mRight, mBottom);
[all...]
H A DAnalogClock.java174 int availableHeight = mBottom - mTop;
H A DListView.java194 return (int) (MAX_SCROLL_FACTOR * (mBottom - mTop));
683 int end = (mBottom - mTop);
1394 final int end = (mBottom - mTop) - mListPadding.bottom;
1445 final int end = (mBottom - mTop) - mListPadding.bottom;
1499 final int childrenBottom = mBottom - mTop - mListPadding.bottom;
2996 final int listBottom = mBottom - mTop - mListPadding.bottom;
3239 final int listBottom = mBottom - mTop - effectivePaddingBottom + mScrollY;
3289 final int overFooterBottom = mBottom + mScrollY;
3344 final int absListBottom = mBottom;
H A DFrameLayout.java483 final int h = mBottom-mTop;
H A DGridView.java281 int end = (mBottom - mTop);
602 final int end = (mBottom - mTop) - mListPadding.bottom;
645 final int end = (mBottom - mTop) - mListPadding.bottom;
1150 final int childrenBottom = mBottom - mTop - mListPadding.bottom;
H A DExpandableListView.java364 scrollY + mBottom - mTop - mPaddingBottom);
371 final int myB = mBottom;
H A DAdapterView.java748 this.onLayout(false, mLeft, mTop, mRight, mBottom);
H A DTextView.java4827 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop;
4834 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop;
4851 scrollY += (mBottom - mTop - mPaddingBottom - drawables.mDrawableSizeBottom);
5023 final int bottom = mBottom;
5111 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop;
6632 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom();
6748 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom();
6905 final int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom();
6993 + ", " + mBottom + "} scroll={" + mScrollX + ", " + mScrollY
H A DLinearLayout.java492 childTop = mBottom - mTop - mPaddingBottom - mTotalLength;
496 childTop += ((mBottom - mTop - mPaddingTop - mPaddingBottom) -
H A DImageView.java1029 scrollY + mBottom - mTop - mPaddingBottom);
/frameworks/av/media/libstagefright/
H A DMetaData.cpp87 r.mBottom = bottom;
185 *bottom = r->mBottom;
321 r->mLeft, r->mTop, r->mRight, r->mBottom);
/frameworks/av/include/media/stagefright/
H A DMetaData.h262 int32_t mLeft, mTop, mRight, mBottom; member in struct:android::MetaData::Rect
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h121 int32_t mLeft, mTop, mRight, mBottom; member in struct:android::AMessage::Rect
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsBackground.java63 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
/frameworks/base/core/java/android/view/
H A DView.java2973 protected int mBottom; field in class:View
4011 out.append(mBottom);
5200 position.set(0, 0, mRight - mLeft, mBottom - mTop);
8899 if ((mParent != null) && (mBottom > mTop) && (mRight > mLeft)) {
9172 return mBottom - mTop;
9188 outRect.bottom = mScrollY + (mBottom - mTop);
9315 if ((mRight - mLeft) != info.mPrevWidth || (mBottom - mTop) != info.mPrevHeight) {
9317 info.mPrevHeight = mBottom - mTop;
9979 invalidate(0, yLoc, mRight - mLeft, mBottom - minTop);
9987 int oldHeight = mBottom
[all...]
H A DViewOverlay.java134 mBottom = hostView.getHeight();
H A DViewGroup.java2925 mScrollY + mBottom - mTop - mPaddingBottom);
4354 dirty.union(0, 0, mRight - mLeft, mBottom - mTop);
4361 if (!dirty.intersect(0, 0, mRight - left, mBottom - top)) {
4383 dirty.set(0, 0, mRight - mLeft, mBottom - mTop);
4386 dirty.union(0, 0, mRight - mLeft, mBottom - mTop);
4458 dirty.union(0, 0, mRight - mLeft, mBottom - mTop);
4462 dirty.intersect(0, 0, mRight - mLeft, mBottom - mTop)) {
4522 rect.intersect(0, 0, p.mRight - p.mLeft, p.mBottom - p.mTop);
4527 rect.intersect(0, 0, p.mRight - p.mLeft, p.mBottom - p.mTop);
4567 v.mBottom
[all...]
H A DViewDebug.java543 view.layout(view.mLeft, view.mTop, view.mRight, view.mBottom);
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp197 item->u.rectValue.mBottom = bottom;
247 *bottom = item->u.rectValue.mBottom;
432 item.u.rectValue.mBottom);

Completed in 740 milliseconds

12