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

12

/frameworks/minikin/include/minikin/
H A DMinikinFont.h59 float mLeft, mTop, mRight, mBottom; member in struct:android::MinikinRect
61 return mLeft == mRight || mTop == mBottom;
67 mBottom = r.mBottom;
73 mBottom += dy;
76 mLeft = mTop = mRight = mBottom = 0;
/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 DRenderProperties.h398 mPrimitiveFields.mHeight = mPrimitiveFields.mBottom - mPrimitiveFields.mTop;
427 if (RP_SET(mPrimitiveFields.mBottom, bottom)) {
428 mPrimitiveFields.mHeight = mPrimitiveFields.mBottom - mPrimitiveFields.mTop;
438 return mPrimitiveFields.mBottom;
449 || right != mPrimitiveFields.mRight || bottom != mPrimitiveFields.mBottom) {
453 mPrimitiveFields.mBottom = bottom;
455 mPrimitiveFields.mHeight = mPrimitiveFields.mBottom - mPrimitiveFields.mTop;
476 mPrimitiveFields.mBottom += offset;
595 int mLeft, mTop, mRight, mBottom; member in struct:android::uirenderer::RenderProperties::PrimitiveFields
H A DRenderProperties.cpp88 , mLeft(0), mTop(0), mRight(0), mBottom(0)
H A DDisplayListOp.h1109 : DrawOp(paint), mLeft(left), mTop(top), mRight(right), mBottom(bottom),
1113 return renderer.drawRoundRect(*mLeft, *mTop, *mRight, *mBottom,
1119 *mLeft, *mTop, *mRight, *mBottom, *mRx, *mRy);
1128 float* mBottom; member in class:android::uirenderer::DrawRoundRectPropsOp
/frameworks/base/core/java/android/text/
H A DBoringLayout.java191 mBottom = spacing;
315 return mBottom;
328 return mBottom;
394 c.drawText(mDirect, 0, mBottom - mDesc, mPaint);
413 /* package */ int mBottom, mDesc; // for Direct field in class:BoringLayout
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java504 height = Math.max(height, params.mBottom);
506 height = Math.max(height, params.mBottom + params.bottomMargin);
517 bottom = Math.max(bottom, params.mBottom + params.bottomMargin);
536 bottom = Math.max(bottom, params.mBottom + params.bottomMargin);
595 params.mBottom = params.mTop + childHeight;
624 params.mBottom += verticalOffset;
660 int height = params.mBottom - params.mTop;
662 params.mBottom = params.mTop + height;
693 params.mBottom, params.height,
872 if (params.mTop == VALUE_NOT_SET && params.mBottom !
1230 private int mLeft, mTop, mRight, mBottom; field in class:RelativeLayout.LayoutParams
[all...]
H A DSlidingDrawer.java471 (!mExpanded && top > mBottomOffset + mBottom - mTop -
595 handle.offsetTopAndBottom(mBottomOffset + mBottom - mTop -
603 } else if (deltaY > mBottomOffset + mBottom - mTop - mHandleHeight - top) {
604 deltaY = mBottomOffset + mBottom - mTop - mHandleHeight - top;
664 int height = mBottom - mTop - childHeight - mTopOffset;
673 MeasureSpec.makeMeasureSpec(mBottom - mTop, MeasureSpec.EXACTLY));
H A DNumberPicker.java1523 mBottom);
1704 float totalTextGapHeight = (mBottom - mTop) - totalTextHeight;
1719 setFadingEdgeLength((mBottom - mTop - mTextSize) / 2);
2119 invalidate(0, mBottomSelectionDividerBottom, mRight, mBottom);
2148 invalidate(0, mBottomSelectionDividerBottom, mRight, mBottom);
2164 invalidate(0, mBottomSelectionDividerBottom, mRight, mBottom);
2262 mScrollX + (mRight - mLeft), mScrollY + (mBottom - mTop));
2277 mScrollX + (mRight - mLeft), mScrollY + (mBottom - mTop));
2413 invalidate(0, mBottomSelectionDividerBottom, mRight, mBottom);
2422 invalidate(0, mBottomSelectionDividerBottom, mRight, mBottom);
[all...]
H A DAnalogClock.java185 int availableHeight = mBottom - mTop;
H A DListView.java199 return (int) (MAX_SCROLL_FACTOR * (mBottom - mTop));
690 int end = (mBottom - mTop);
1401 final int end = (mBottom - mTop) - mListPadding.bottom;
1452 final int end = (mBottom - mTop) - mListPadding.bottom;
1506 final int childrenBottom = mBottom - mTop - mListPadding.bottom;
3031 final int listBottom = mBottom - mTop - mListPadding.bottom;
3274 final int listBottom = mBottom - mTop - effectivePaddingBottom + mScrollY;
3323 final int overFooterBottom = mBottom + mScrollY;
3377 final int absListBottom = mBottom;
H A DGridView.java296 int end = (mBottom - mTop);
618 final int end = (mBottom - mTop) - mListPadding.bottom;
661 final int end = (mBottom - mTop) - mListPadding.bottom;
1166 final int childrenBottom = mBottom - mTop - mListPadding.bottom;
/frameworks/av/media/libstagefright/
H A DMetaData.cpp88 r.mBottom = bottom;
186 *bottom = r->mBottom;
332 r->mLeft, r->mTop, r->mRight, r->mBottom);
/frameworks/minikin/sample/
H A DMinikinSkia.cpp58 bounds->mBottom = skBounds.fBottom;
/frameworks/base/core/java/android/view/
H A DViewOverlay.java135 mBottom = hostView.getHeight();
137 mRenderNode.setLeftTopRightBottom(0, 0, mRight, mBottom);
H A DView.java3037 protected int mBottom; field in class:View
4288 out.append(mBottom);
5578 position.set(0, 0, mRight - mLeft, mBottom - mTop);
9712 if ((mParent != null) && (mBottom > mTop) && (mRight > mLeft)) {
10010 return mBottom - mTop;
10026 outRect.bottom = mScrollY + (mBottom - mTop);
10669 invalidate(0, yLoc, mRight - mLeft, mBottom - minTop);
10677 int oldHeight = mBottom - mTop;
10682 sizeChange(width, mBottom - mTop, width, oldHeight);
10704 return mBottom;
[all...]
H A DViewGroup.java3176 mScrollY + mBottom - mTop - mPaddingBottom);
4724 dirty.union(0, 0, mRight - mLeft, mBottom - mTop);
4731 if (!dirty.intersect(0, 0, mRight - left, mBottom - top)) {
4752 dirty.set(0, 0, mRight - mLeft, mBottom - mTop);
4755 dirty.union(0, 0, mRight - mLeft, mBottom - mTop);
4848 dirty.union(0, 0, mRight - mLeft, mBottom - mTop);
4852 dirty.intersect(0, 0, mRight - mLeft, mBottom - mTop)) {
4909 rect.intersect(0, 0, p.mRight - p.mLeft, p.mBottom - p.mTop);
4914 rect.intersect(0, 0, p.mRight - p.mLeft, p.mBottom - p.mTop);
4954 v.mBottom
[all...]
/frameworks/av/include/media/stagefright/
H A DMetaData.h276 int32_t mLeft, mTop, mRight, mBottom; member in struct:android::MetaData::Rect
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h124 int32_t mLeft, mTop, mRight, mBottom; member in struct:android::AMessage::Rect
/frameworks/base/core/jni/android/graphics/
H A DMinikinSkia.cpp78 bounds->mBottom = skBounds.fBottom;
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsBackground.java62 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp270 item->u.rectValue.mBottom = bottom;
320 *bottom = item->u.rectValue.mBottom;
514 item.u.rectValue.mBottom);
/frameworks/base/core/java/android/transition/
H A DChangeBounds.java472 private int mBottom; field in class:ChangeBounds.ViewBounds
492 mBottom = Math.round(bottomRight.y);
500 mView.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java604 state.mBottom = view.getBottom();
679 view.layout(state.mLeft, state.mTop, state.mRight, state.mBottom);
962 int mBottom; field in class:ActivityTransitionCoordinator.SharedElementOriginalState
/frameworks/minikin/libs/minikin/
H A DLayout.cpp266 mBottom = std::max(mBottom, r.mBottom);

Completed in 1357 milliseconds

12