Searched refs:mBottom (Results 26 - 37 of 37) sorted by relevance

12

/frameworks/base/core/java/android/view/
H A DViewGroup.java3364 mScrollY + mBottom - mTop - mPaddingBottom);
5115 dirty.union(0, 0, mRight - mLeft, mBottom - mTop);
5122 if (!dirty.intersect(0, 0, mRight - left, mBottom - top)) {
5143 dirty.set(0, 0, mRight - mLeft, mBottom - mTop);
5146 dirty.union(0, 0, mRight - mLeft, mBottom - mTop);
5239 dirty.union(0, 0, mRight - mLeft, mBottom - mTop);
5243 dirty.intersect(0, 0, mRight - mLeft, mBottom - mTop)) {
5301 p.mBottom - p.mTop);
5310 p.mBottom - p.mTop);
5353 v.mBottom
[all...]
H A DViewDebug.java564 view.layout(view.mLeft, view.mTop, view.mRight, view.mBottom);
H A DViewRootImpl.java1942 mTmpLocation[1] + host.mBottom - host.mTop);
/frameworks/base/core/java/android/widget/
H A DAdapterView.java767 this.onLayout(false, mLeft, mTop, mRight, mBottom);
H A DTextView.java5369 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop;
5377 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop;
5396 scrollY += (mBottom - mTop - mPaddingBottom - drawables.mDrawableSizeBottom);
5575 final int bottom = mBottom;
5663 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop;
7204 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom();
7320 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom();
7477 final int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom();
7565 + ", " + mBottom + "} scroll={" + mScrollX + ", " + mScrollY
H A DLinearLayout.java534 childTop = mBottom - mTop - mPaddingBottom - mTotalLength;
538 childTop += ((mBottom - mTop - mPaddingTop - mPaddingBottom) -
H A DImageView.java1236 scrollY + mBottom - mTop - mPaddingBottom);
H A DScrollView.java231 return (int) (MAX_SCROLL_FACTOR * (mBottom - mTop));
H A DAbsListView.java2240 canScrollDown = child.getBottom() > mBottom - mListPadding.bottom;
2582 scrollY + mBottom - mTop - mPaddingBottom);
5180 int childrenBottom = mBottom - mTop - mListPadding.bottom;
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp451 bounds.mLeft, bounds.mTop, bounds.mRight, bounds.mBottom,
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java1231 final int paddedBottom = mBottom - mTop - getPaddingBottom();
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp969 r.fBottom = rect.mBottom;

Completed in 241 milliseconds

12