Lines Matching defs:mBottom

3852     protected int mBottom;
5522 out.append(mBottom);
7372 position.set(0, 0, mRight - mLeft, mBottom - mTop);
7569 mRight - mLeft, mBottom - mTop);
13334 if ((mParent != null) && (mBottom > mTop) && (mRight > mLeft)) {
13668 return mBottom - mTop;
13684 outRect.bottom = mScrollY + (mBottom - mTop);
14385 invalidate(0, yLoc, mRight - mLeft, mBottom - minTop);
14393 int oldHeight = mBottom - mTop;
14398 sizeChange(width, mBottom - mTop, width, oldHeight);
14424 return mBottom;
14444 if (bottom != mBottom) {
14449 if (bottom < mBottom) {
14450 maxBottom = mBottom;
14462 int oldHeight = mBottom - mTop;
14464 mBottom = bottom;
14465 mRenderNode.setBottom(mBottom);
14467 sizeChange(width, mBottom - mTop, width, oldHeight);
14517 invalidate(xLoc, 0, mRight - minLeft, mBottom - mTop);
14525 int height = mBottom - mTop;
14577 invalidate(0, 0, maxRight - mLeft, mBottom - mTop);
14585 int height = mBottom - mTop;
14989 outRect.set(mLeft, mTop, mRight, mBottom);
15016 localY < ((mBottom - mTop) + slop);
15050 int height = mBottom - mTop;
15094 maxBottom = mBottom;
15098 maxBottom = mBottom + offset;
15110 mBottom += offset;
15149 r.set(0, 0, maxRight - minLeft, mBottom - mTop);
15502 invalidateInternal(0, 0, mRight - mLeft, mBottom - mTop, invalidateCache, true);
16570 out.bottom = mScrollY + mBottom - mTop;
16648 final int height = mBottom - mTop;
16683 final int height = mBottom - mTop;
16706 final int height = mBottom - mTop;
18111 int height = mBottom - mTop;
18314 int height = mBottom - mTop;
18460 int height = mBottom - mTop;
18648 return mBottom - mTop - mPaddingBottom - padding;
18735 a.initialize(mRight - mLeft, mBottom - mTop, parent.getWidth(), parent.getHeight());
18736 a.initializeInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop);
18762 parent.invalidate(mLeft, mTop, mRight, mBottom);
18769 a.getInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop, region,
18891 canvas.quickReject(mLeft, mTop, mRight, mBottom, Canvas.EdgeType.BW) &&
19132 final int b = t + mBottom - mTop;
19414 mBackground.setBounds(0, 0, mRight - mLeft, mBottom - mTop);
19652 int oldB = mBottom;
19728 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
19735 int oldHeight = mBottom - mTop;
19746 mBottom = bottom;
19747 mRenderNode.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
20191 final int b = t + mBottom - mTop;
21885 + ", " + mBottom + "} scroll={" + mScrollX + ", " + mScrollY
22502 location[1] + mBottom - mTop + (shadowOffset * 3), Region.Op.DIFFERENCE);
26151 stream.addProperty("layout:bottom", mBottom);