Lines Matching refs:mBottom

3197     protected int mBottom;
4591 out.append(mBottom);
6105 position.set(0, 0, mRight - mLeft, mBottom - mTop);
6180 structure.setDimens(mLeft, mTop, mScrollX, mScrollY, mRight - mLeft, mBottom - mTop);
10576 if ((mParent != null) && (mBottom > mTop) && (mRight > mLeft)) {
10888 return mBottom - mTop;
10904 outRect.bottom = mScrollY + (mBottom - mTop);
11564 invalidate(0, yLoc, mRight - mLeft, mBottom - minTop);
11572 int oldHeight = mBottom - mTop;
11577 sizeChange(width, mBottom - mTop, width, oldHeight);
11602 return mBottom;
11622 if (bottom != mBottom) {
11627 if (bottom < mBottom) {
11628 maxBottom = mBottom;
11640 int oldHeight = mBottom - mTop;
11642 mBottom = bottom;
11643 mRenderNode.setBottom(mBottom);
11645 sizeChange(width, mBottom - mTop, width, oldHeight);
11694 invalidate(xLoc, 0, mRight - minLeft, mBottom - mTop);
11702 int height = mBottom - mTop;
11753 invalidate(0, 0, maxRight - mLeft, mBottom - mTop);
11761 int height = mBottom - mTop;
12164 outRect.set(mLeft, mTop, mRight, mBottom);
12179 && localY >= 0 && localY < (mBottom - mTop);
12192 localY < ((mBottom - mTop) + slop);
12226 int height = mBottom - mTop;
12270 maxBottom = mBottom;
12274 maxBottom = mBottom + offset;
12286 mBottom += offset;
12325 r.set(0, 0, maxRight - minLeft, mBottom - mTop);
12677 invalidateInternal(0, 0, mRight - mLeft, mBottom - mTop, invalidateCache, true);
12816 r.set(0, 0, mRight - mLeft, mBottom - mTop);
13761 out.bottom = mScrollY + mBottom - mTop;
13884 final int height = mBottom - mTop;
15144 int height = mBottom - mTop;
15349 int height = mBottom - mTop;
15492 int height = mBottom - mTop;
15677 return mBottom - mTop - mPaddingBottom - padding;
15764 a.initialize(mRight - mLeft, mBottom - mTop, parent.getWidth(), parent.getHeight());
15765 a.initializeInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop);
15791 parent.invalidate(mLeft, mTop, mRight, mBottom);
15798 a.getInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop, region,
15920 canvas.quickReject(mLeft, mTop, mRight, mBottom, Canvas.EdgeType.BW) &&
16385 mBackground.setBounds(0, 0, mRight - mLeft, mBottom - mTop);
16623 int oldB = mBottom;
16685 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
16692 int oldHeight = mBottom - mTop;
16703 mBottom = bottom;
16704 mRenderNode.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
18612 + ", " + mBottom + "} scroll={" + mScrollX + ", " + mScrollY
19212 location[1] + mBottom - mTop, Region.Op.DIFFERENCE);
22443 stream.addProperty("layout:bottom", mBottom);