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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DFixedSizeDrawable.java30 int mBottom; field in class:FixedSizeDrawable
40 mBottom = b;
44 mDrawable.setBounds(mLeft, mTop, mRight, mBottom);
48 mDrawable.setBounds(mLeft, mTop, mRight, mBottom);
/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/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.java451 height = Math.max(height, params.mBottom);
461 bottom = Math.max(bottom, params.mBottom + params.bottomMargin);
480 bottom = Math.max(bottom, params.mBottom + params.bottomMargin);
541 params.mBottom = params.mTop + childHeight;
570 params.mBottom += verticalOffset;
593 int height = params.mBottom - params.mTop;
595 params.mBottom = params.mTop + height;
626 params.mBottom, params.height,
769 if (params.mTop < 0 && params.mBottom >= 0) {
771 params.mTop = params.mBottom
1139 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.java1415 mBottom);
1595 float totalTextGapHeight = (mBottom - mTop) - totalTextHeight;
1610 setFadingEdgeLength((mBottom - mTop - mTextSize) / 2);
1999 invalidate(0, mBottomSelectionDividerBottom, mRight, mBottom);
2028 invalidate(0, mBottomSelectionDividerBottom, mRight, mBottom);
2044 invalidate(0, mBottomSelectionDividerBottom, mRight, mBottom);
2143 mScrollX + (mRight - mLeft), mScrollY + (mBottom - mTop));
2155 mScrollX + (mRight - mLeft), mScrollY + (mBottom - mTop));
2284 invalidate(0, mBottomSelectionDividerBottom, mRight, mBottom);
2293 invalidate(0, mBottomSelectionDividerBottom, mRight, mBottom);
[all...]
H A DAnalogClock.java174 int availableHeight = mBottom - mTop;
H A DLinearLayout.java492 childTop = mBottom - mTop - mPaddingBottom - mTotalLength;
496 childTop += ((mBottom - mTop - mPaddingTop - mPaddingBottom) -
1469 childTop = mPaddingTop + mBottom - mTop - mTotalLength;
1474 childTop = mPaddingTop + (mBottom - mTop - mTotalLength) / 2;
1546 final int height = mBottom - mTop;
H A DListView.java191 return (int) (MAX_SCROLL_FACTOR * (mBottom - mTop));
666 int end = (mBottom - mTop);
1377 final int end = (mBottom - mTop) - mListPadding.bottom;
1428 final int end = (mBottom - mTop) - mListPadding.bottom;
1482 int childrenBottom = mBottom - mTop - mListPadding.bottom;
2933 final int listBottom = mBottom - mTop - mListPadding.bottom;
3180 final int listBottom = mBottom - mTop - effectivePaddingBottom + mScrollY;
3222 final int overFooterBottom = mBottom + mScrollY;
3269 final int absListBottom = mBottom;
H A DExpandableListView.java247 scrollY + mBottom - mTop - mPaddingBottom);
254 final int myB = mBottom;
H A DFrameLayout.java478 final int h = mBottom-mTop;
H A DGridView.java277 int end = (mBottom - mTop);
598 final int end = (mBottom - mTop) - mListPadding.bottom;
641 final int end = (mBottom - mTop) - mListPadding.bottom;
1146 final int childrenBottom = mBottom - mTop - mListPadding.bottom;
H A DAdapterView.java747 this.onLayout(false, mLeft, mTop, mRight, mBottom);
H A DImageView.java977 scrollY + mBottom - mTop - mPaddingBottom);
H A DTextView.java4573 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop;
4580 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop;
4597 scrollY += (mBottom - mTop - mPaddingBottom - drawables.mDrawableSizeBottom);
4752 final int bottom = mBottom;
4835 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop;
6346 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom();
6451 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom();
6604 final int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom();
6692 + ", " + mBottom + "} scroll={" + mScrollX + ", " + mScrollY
H A DScrollView.java212 return (int) (MAX_SCROLL_FACTOR * (mBottom - mTop));
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h317 mHeight = mBottom - mTop;
335 if (bottom != mBottom) {
336 mBottom = bottom;
337 mHeight = mBottom - mTop;
349 mHeight = mBottom - mTop;
357 if (left != mLeft || top != mTop || right != mRight || bottom != mBottom) {
361 mBottom = bottom;
363 mHeight = mBottom - mTop;
383 mBottom += offset;
521 int mLeft, mTop, mRight, mBottom; member in class:android::uirenderer::DisplayList
[all...]
H A DDisplayListRenderer.cpp284 mBottom = 0;
774 (float) 0, (float) 0, (float) mRight - mLeft, (float) mBottom - mTop,
780 (float) mRight - mLeft, (float) mBottom - mTop);
848 (float) 0, (float) 0, (float) mRight - mLeft, (float) mBottom - mTop,
850 renderer.saveLayerAlpha(0, 0, mRight - mLeft, mBottom - mTop,
856 (float) mRight - mLeft, (float) mBottom - mTop);
857 renderer.clipRect(0, 0, mRight - mLeft, mBottom - mTop,
/frameworks/av/media/libstagefright/
H A DMetaData.cpp87 r.mBottom = bottom;
182 *bottom = r->mBottom;
317 r->mLeft, r->mTop, r->mRight, r->mBottom);
/frameworks/base/core/java/android/view/
H A DView.java2777 protected int mBottom; field in class:View
3775 out.append(mBottom);
4925 position.set(0, 0, mRight - mLeft, mBottom - 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) != info.mPrevHeight) {
8825 info.mPrevHeight = mBottom - mTop;
9424 invalidate(0, yLoc, mRight - mLeft, mBottom - minTop);
9432 int oldHeight = mBottom
[all...]
H A DViewGroup.java2782 mScrollY + mBottom - mTop - mPaddingBottom);
4115 if (!dirty.intersect(0, 0, mRight - left, mBottom - top)) {
4137 dirty.set(0, 0, mRight - mLeft, mBottom - mTop);
4140 dirty.union(0, 0, mRight - mLeft, mBottom - mTop);
4211 dirty.intersect(0, 0, mRight - mLeft, mBottom - mTop)) {
4271 rect.intersect(0, 0, p.mRight - p.mLeft, p.mBottom - p.mTop);
4276 rect.intersect(0, 0, p.mRight - p.mLeft, p.mBottom - p.mTop);
4315 v.mBottom += offset;
4356 if (rect.intersect(0, 0, mRight - mLeft, mBottom - mTop)) {
/frameworks/av/include/media/stagefright/
H A DMetaData.h255 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/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 343 milliseconds

12