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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
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/widget/
H A DRelativeLayout.java391 height = Math.max(height, params.mBottom);
401 bottom = Math.max(bottom, params.mBottom + params.bottomMargin);
420 bottom = Math.max(bottom, params.mBottom + params.bottomMargin);
479 params.mBottom = params.mTop + childHeight;
507 params.mBottom += verticalOffset;
529 int height = params.mBottom - params.mTop;
531 params.mBottom = params.mTop + height;
562 params.mBottom, params.height,
697 if (params.mTop < 0 && params.mBottom >= 0) {
699 params.mTop = params.mBottom
1040 private int mLeft, mTop, mRight, mBottom; field in class:RelativeLayout.LayoutParams
[all...]
H A DSlidingDrawer.java444 (!mExpanded && top > mBottomOffset + mBottom - mTop -
568 handle.offsetTopAndBottom(mBottomOffset + mBottom - mTop -
576 } else if (deltaY > mBottomOffset + mBottom - mTop - mHandleHeight - top) {
577 deltaY = mBottomOffset + mBottom - mTop - mHandleHeight - top;
637 int height = mBottom - mTop - childHeight - mTopOffset;
646 MeasureSpec.makeMeasureSpec(mBottom - mTop, MeasureSpec.EXACTLY));
H A DAnalogClock.java169 int availableHeight = mBottom - mTop;
H A DLinearLayout.java213 childTop = mBottom - mTop - mPaddingBottom - mTotalLength;
217 childTop += ((mBottom - mTop - mPaddingTop - mPaddingBottom) -
1084 childTop = mBottom - mTop + mPaddingTop - mTotalLength;
1088 childTop += ((mBottom - mTop) - mTotalLength) / 2;
1154 final int height = mBottom - mTop;
H A DListView.java213 return (int) (MAX_SCROLL_FACTOR * (mBottom - mTop));
665 int end = (mBottom - mTop) - mListPadding.bottom;
1347 final int end = (mBottom - mTop) - mListPadding.bottom;
1398 final int end = (mBottom - mTop) - mListPadding.bottom;
1452 int childrenBottom = mBottom - mTop - mListPadding.bottom;
2811 final int listBottom = mBottom - mTop - mListPadding.bottom;
3035 final int listBottom = mBottom - mTop - mListPadding.bottom + mScrollY;
3076 final int overFooterBottom = mBottom + mScrollY;
3124 final int absListBottom = mBottom;
H A DExpandableListView.java244 scrollY + mBottom - mTop - mPaddingBottom);
251 final int myB = mBottom;
H A DGridView.java218 final int end = (mBottom - mTop) - mListPadding.bottom;
521 final int end = (mBottom - mTop) - mListPadding.bottom;
564 final int end = (mBottom - mTop) - mListPadding.bottom;
1032 final int childrenBottom = mBottom - mTop - mListPadding.bottom;
H A DAdapterView.java724 this.onLayout(false, mLeft, mTop, mRight, mBottom);
H A DFrameLayout.java368 final int h = mBottom-mTop;
H A DTextView.java3433 int vspace = mBottom - mTop -
3888 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop;
3895 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop;
3912 scrollY += (mBottom - mTop - mPaddingBottom - drawables.mDrawableSizeBottom);
3936 final int bottom = mBottom;
5559 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom();
5660 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom();
5809 final int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom();
5892 + ", " + mBottom + "} scroll={" + mScrollX + ", " + mScrollY
7900 mRight - mLeft, mBottom
[all...]
H A DImageView.java864 scrollY + mBottom - mTop - mPaddingBottom);
H A DAbsListView.java675 return getChildAt(0).getTop() >= 0 && getChildAt(childCount - 1).getBottom() <= mBottom;
1319 canScrollDown = child.getBottom() > mBottom - mListPadding.bottom;
1471 scrollY + mBottom - mTop - mPaddingBottom);
3533 int childrenBottom = mBottom - mTop - mListPadding.bottom;
H A DScrollView.java191 return (int) (MAX_SCROLL_FACTOR * (mBottom - mTop));
/frameworks/base/core/java/android/text/
H A DBoringLayout.java195 mBottom = spacing;
294 return mBottom;
305 return mBottom;
363 c.drawText(mDirect, 0, mBottom - mDesc, mPaint);
382 /* package */ int mBottom, mDesc; // for Direct field in class:BoringLayout
/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.java1664 protected int mBottom; field in class:View
4632 if ((mParent != null) && (mBottom > mTop) && (mRight > mLeft)) {
4811 return mBottom - mTop;
4825 outRect.bottom = mScrollY + (mBottom - mTop);
4867 return mBottom;
4896 outRect.set(mLeft, mTop, mRight, mBottom);
4929 int height = mBottom - mTop;
4960 mBottom += offset;
5276 r.set(0, 0, mRight - mLeft, mBottom - mTop);
5937 final int height = mBottom
[all...]
H A DViewGroup.java1358 mScrollY + mBottom - mTop - mPaddingBottom);
1480 final int cb = child.mBottom;
2538 if (dirty.intersect(0, 0, mRight - left, mBottom - top) ||
2554 mBottom - location[CHILD_TOP_INDEX]);
2607 rect.intersect(0, 0, p.mRight - p.mLeft, p.mBottom - p.mTop);
2612 rect.intersect(0, 0, p.mRight - p.mLeft, p.mBottom - p.mTop);
2651 v.mBottom += offset;
2666 return r.intersect(0, 0, mRight - mLeft, mBottom - mTop) &&
H A DViewDebug.java986 view.layout(view.mLeft, view.mTop, view.mRight, view.mBottom);
H A DViewRoot.java1163 mTmpLocation[1] + host.mBottom - host.mTop);

Completed in 360 milliseconds