Lines Matching defs:mBottom

2777     protected int mBottom;
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 - mTop;
9439 onSizeChanged(width, mBottom - mTop, width, oldHeight);
9465 return mBottom;
9485 if (bottom != mBottom) {
9492 if (bottom < mBottom) {
9493 maxBottom = mBottom;
9505 int oldHeight = mBottom - mTop;
9507 mBottom = bottom;
9509 mDisplayList.setBottom(mBottom);
9512 onSizeChanged(width, mBottom - mTop, width, oldHeight);
9564 invalidate(xLoc, 0, mRight - minLeft, mBottom - mTop);
9572 int height = mBottom - mTop;
9628 invalidate(0, 0, maxRight - mLeft, mBottom - mTop);
9636 int height = mBottom - mTop;
9800 outRect.set(mLeft, mTop, mRight, mBottom);
9816 && localY >= 0 && localY < (mBottom - mTop);
9827 localY < ((mBottom - mTop) + slop);
9861 int height = mBottom - mTop;
9907 maxBottom = mBottom;
9911 maxBottom = mBottom + offset;
9923 mBottom += offset;
9962 r.set(0, 0, maxRight - minLeft, mBottom - mTop);
10376 r.set(0, 0, mRight - mLeft, mBottom - mTop);
10414 r.set(0, 0, mRight - mLeft, mBottom - mTop);
11395 final int height = mBottom - mTop;
12363 final int height = mBottom - mTop;
12605 int height = mBottom - mTop;
12618 canvas.saveLayer(0, 0, mRight - mLeft, mBottom - mTop, mLayerPaint,
12834 int height = mBottom - mTop;
12980 int height = mBottom - mTop;
13162 return mBottom - mTop - mPaddingBottom - padding;
13194 a.initialize(mRight - mLeft, mBottom - mTop, parent.getWidth(), parent.getHeight());
13195 a.initializeInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop);
13220 parent.invalidate(mLeft, mTop, mRight, mBottom);
13227 a.getInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop, region,
13251 displayList.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
13374 canvas.quickReject(mLeft, mTop, mRight, mBottom, Canvas.EdgeType.BW) &&
13530 scrollY + mBottom - mTop, multipliedAlpha, layerFlags);
13546 canvas.clipRect(sx, sy, sx + (mRight - mLeft), sy + (mBottom - mTop));
13549 canvas.clipRect(0, 0, mRight - mLeft, mBottom - mTop);
13579 scrollX + mRight - mLeft, scrollY + mBottom - mTop, mLayerPaint,
13687 background.setBounds(0, 0, mRight - mLeft, mBottom - mTop);
13999 int oldB = mBottom;
14056 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
14063 int oldHeight = mBottom - mTop;
14074 mBottom = bottom;
14076 mDisplayList.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
15391 + ", " + mBottom + "} scroll={" + mScrollX + ", " + mScrollY
15896 location[1] + mBottom - mTop, Region.Op.DIFFERENCE);