Home | History | Annotate | Download | only in view

Lines Matching refs:mBottom

3037     protected int mBottom;
4288 out.append(mBottom);
5578 position.set(0, 0, mRight - mLeft, mBottom - mTop);
9712 if ((mParent != null) && (mBottom > mTop) && (mRight > mLeft)) {
10010 return mBottom - mTop;
10026 outRect.bottom = mScrollY + (mBottom - mTop);
10669 invalidate(0, yLoc, mRight - mLeft, mBottom - minTop);
10677 int oldHeight = mBottom - mTop;
10682 sizeChange(width, mBottom - mTop, width, oldHeight);
10704 return mBottom;
10724 if (bottom != mBottom) {
10729 if (bottom < mBottom) {
10730 maxBottom = mBottom;
10742 int oldHeight = mBottom - mTop;
10744 mBottom = bottom;
10745 mRenderNode.setBottom(mBottom);
10747 sizeChange(width, mBottom - mTop, width, oldHeight);
10793 invalidate(xLoc, 0, mRight - minLeft, mBottom - mTop);
10801 int height = mBottom - mTop;
10849 invalidate(0, 0, maxRight - mLeft, mBottom - mTop);
10857 int height = mBottom - mTop;
11256 outRect.set(mLeft, mTop, mRight, mBottom);
11271 && localY >= 0 && localY < (mBottom - mTop);
11284 localY < ((mBottom - mTop) + slop);
11318 int height = mBottom - mTop;
11362 maxBottom = mBottom;
11366 maxBottom = mBottom + offset;
11378 mBottom += offset;
11416 r.set(0, 0, maxRight - minLeft, mBottom - mTop);
11765 invalidateInternal(0, 0, mRight - mLeft, mBottom - mTop, invalidateCache, true);
11904 r.set(0, 0, mRight - mLeft, mBottom - mTop);
12903 final int height = mBottom - mTop;
14137 int height = mBottom - mTop;
14353 int height = mBottom - mTop;
14495 int height = mBottom - mTop;
14680 return mBottom - mTop - mPaddingBottom - padding;
14749 a.initialize(mRight - mLeft, mBottom - mTop, parent.getWidth(), parent.getHeight());
14750 a.initializeInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop);
14776 parent.invalidate(mLeft, mTop, mRight, mBottom);
14783 a.getInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop, region,
14910 canvas.quickReject(mLeft, mTop, mRight, mBottom, Canvas.EdgeType.BW) &&
15066 scrollX + (mRight - mLeft), scrollY + (mBottom - mTop),
15085 canvas.clipRect(sx, sy, sx + (mRight - mLeft), sy + (mBottom - mTop));
15088 canvas.clipRect(0, 0, mRight - mLeft, mBottom - mTop);
15128 scrollX + mRight - mLeft, scrollY + mBottom - mTop, mLayerPaint,
15404 background.setBounds(0, 0, mRight - mLeft, mBottom - mTop);
15664 int oldB = mBottom;
15726 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
15733 int oldHeight = mBottom - mTop;
15744 mBottom = bottom;
15745 mRenderNode.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
17367 + ", " + mBottom + "} scroll={" + mScrollX + ", " + mScrollY
17965 location[1] + mBottom - mTop, Region.Op.DIFFERENCE);