Home | History | Annotate | Download | only in view

Lines Matching defs:mBottom

2801     protected int mBottom;
3813 out.append(mBottom);
5001 position.set(0, 0, mRight - mLeft, mBottom - mTop);
8575 if ((mParent != null) && (mBottom > mTop) && (mRight > mLeft)) {
8832 return mBottom - mTop;
8848 outRect.bottom = mScrollY + (mBottom - mTop);
8975 if ((mRight - mLeft) != info.mPrevWidth || (mBottom - mTop) != info.mPrevHeight) {
8977 info.mPrevHeight = mBottom - mTop;
9585 invalidate(0, yLoc, mRight - mLeft, mBottom - minTop);
9593 int oldHeight = mBottom - mTop;
9600 sizeChange(width, mBottom - mTop, width, oldHeight);
9626 return mBottom;
9646 if (bottom != mBottom) {
9653 if (bottom < mBottom) {
9654 maxBottom = mBottom;
9666 int oldHeight = mBottom - mTop;
9668 mBottom = bottom;
9670 mDisplayList.setBottom(mBottom);
9673 sizeChange(width, mBottom - mTop, width, oldHeight);
9725 invalidate(xLoc, 0, mRight - minLeft, mBottom - mTop);
9733 int height = mBottom - mTop;
9789 invalidate(0, 0, maxRight - mLeft, mBottom - mTop);
9797 int height = mBottom - mTop;
9961 outRect.set(mLeft, mTop, mRight, mBottom);
9976 && localY >= 0 && localY < (mBottom - mTop);
9987 localY < ((mBottom - mTop) + slop);
10021 int height = mBottom - mTop;
10067 maxBottom = mBottom;
10071 maxBottom = mBottom + offset;
10083 mBottom += offset;
10122 r.set(0, 0, maxRight - minLeft, mBottom - mTop);
10536 r.set(0, 0, mRight - mLeft, mBottom - mTop);
10574 r.set(0, 0, mRight - mLeft, mBottom - mTop);
11556 final int height = mBottom - mTop;
12554 final int height = mBottom - mTop;
12796 int height = mBottom - mTop;
12808 canvas.saveLayer(0, 0, mRight - mLeft, mBottom - mTop, mLayerPaint,
13024 int height = mBottom - mTop;
13173 int height = mBottom - mTop;
13355 return mBottom - mTop - mPaddingBottom - padding;
13428 a.initialize(mRight - mLeft, mBottom - mTop, parent.getWidth(), parent.getHeight());
13429 a.initializeInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop);
13454 parent.invalidate(mLeft, mTop, mRight, mBottom);
13461 a.getInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop, region,
13485 displayList.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
13608 canvas.quickReject(mLeft, mTop, mRight, mBottom, Canvas.EdgeType.BW) &&
13764 scrollY + mBottom - mTop, multipliedAlpha, layerFlags);
13780 canvas.clipRect(sx, sy, sx + (mRight - mLeft), sy + (mBottom - mTop));
13783 canvas.clipRect(0, 0, mRight - mLeft, mBottom - mTop);
13813 scrollX + mRight - mLeft, scrollY + mBottom - mTop, mLayerPaint,
13924 background.setBounds(0, 0, mRight - mLeft, mBottom - mTop);
14284 int oldB = mBottom;
14342 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
14349 int oldHeight = mBottom - mTop;
14360 mBottom = bottom;
14362 mDisplayList.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
15685 + ", " + mBottom + "} scroll={" + mScrollX + ", " + mScrollY
16240 location[1] + mBottom - mTop, Region.Op.DIFFERENCE);