Lines Matching refs:mBottom

3042     protected int mBottom;
4275 out.append(mBottom);
5543 position.set(0, 0, mRight - mLeft, mBottom - mTop);
9624 if ((mParent != null) && (mBottom > mTop) && (mRight > mLeft)) {
9899 return mBottom - mTop;
9915 outRect.bottom = mScrollY + (mBottom - mTop);
10558 invalidate(0, yLoc, mRight - mLeft, mBottom - minTop);
10566 int oldHeight = mBottom - mTop;
10571 sizeChange(width, mBottom - mTop, width, oldHeight);
10593 return mBottom;
10613 if (bottom != mBottom) {
10618 if (bottom < mBottom) {
10619 maxBottom = mBottom;
10631 int oldHeight = mBottom - mTop;
10633 mBottom = bottom;
10634 mRenderNode.setBottom(mBottom);
10636 sizeChange(width, mBottom - mTop, width, oldHeight);
10682 invalidate(xLoc, 0, mRight - minLeft, mBottom - mTop);
10690 int height = mBottom - mTop;
10738 invalidate(0, 0, maxRight - mLeft, mBottom - mTop);
10746 int height = mBottom - mTop;
11145 outRect.set(mLeft, mTop, mRight, mBottom);
11160 && localY >= 0 && localY < (mBottom - mTop);
11173 localY < ((mBottom - mTop) + slop);
11207 int height = mBottom - mTop;
11251 maxBottom = mBottom;
11255 maxBottom = mBottom + offset;
11267 mBottom += offset;
11305 r.set(0, 0, maxRight - minLeft, mBottom - mTop);
11654 invalidateInternal(0, 0, mRight - mLeft, mBottom - mTop, invalidateCache, true);
11793 r.set(0, 0, mRight - mLeft, mBottom - mTop);
12792 final int height = mBottom - mTop;
14018 int height = mBottom - mTop;
14219 int height = mBottom - mTop;
14363 int height = mBottom - mTop;
14549 return mBottom - mTop - mPaddingBottom - padding;
14624 a.initialize(mRight - mLeft, mBottom - mTop, parent.getWidth(), parent.getHeight());
14625 a.initializeInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop);
14651 parent.invalidate(mLeft, mTop, mRight, mBottom);
14658 a.getInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop, region,
14789 canvas.quickReject(mLeft, mTop, mRight, mBottom, Canvas.EdgeType.BW) &&
14945 scrollX + (mRight - mLeft), scrollY + (mBottom - mTop),
14964 canvas.clipRect(sx, sy, sx + (mRight - mLeft), sy + (mBottom - mTop));
14967 canvas.clipRect(0, 0, mRight - mLeft, mBottom - mTop);
15007 scrollX + mRight - mLeft, scrollY + mBottom - mTop, mLayerPaint,
15308 bounds.set(0, 0, mRight - mLeft, mBottom - mTop);
15331 background.setBounds(0, 0, mRight - mLeft, mBottom - mTop);
15589 int oldB = mBottom;
15651 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
15658 int oldHeight = mBottom - mTop;
15669 mBottom = bottom;
15670 mRenderNode.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
17255 + ", " + mBottom + "} scroll={" + mScrollX + ", " + mScrollY
17848 location[1] + mBottom - mTop, Region.Op.DIFFERENCE);