Lines Matching refs:mRight

2765     protected int mRight;
3775 out.append(mRight);
4927 position.set(0, 0, mRight - mLeft, mBottom - mTop);
8435 if ((mParent != null) && (mBottom > mTop) && (mRight > mLeft)) {
8677 return mRight - mLeft;
8702 outRect.right = mScrollX + (mRight - mLeft);
8830 if ((mRight - mLeft) != info.mPrevWidth || (mBottom - mTop) != info.mPrevHeight) {
8831 info.mPrevWidth = mRight - mLeft;
9431 invalidate(0, yLoc, mRight - mLeft, mBottom - minTop);
9438 int width = mRight - mLeft;
9504 invalidate(0, 0, mRight - mLeft, maxBottom - mTop);
9511 int width = mRight - mLeft;
9571 invalidate(xLoc, 0, mRight - minLeft, mBottom - mTop);
9578 int oldWidth = mRight - mLeft;
9586 onSizeChanged(mRight - mLeft, height, oldWidth, height);
9612 return mRight;
9623 if (right != mRight) {
9630 if (right < mRight) {
9631 maxRight = mRight;
9642 int oldWidth = mRight - mLeft;
9645 mRight = right;
9647 mDisplayList.setRight(mRight);
9650 onSizeChanged(mRight - mLeft, height, oldWidth, height);
9807 outRect.set(mLeft, mTop, mRight, mBottom);
9822 return localX >= 0 && localX < (mRight - mLeft)
9833 return localX >= -slop && localY >= -slop && localX < ((mRight - mLeft) + slop) &&
9867 int width = mRight - mLeft;
9921 r.set(0, yLoc, mRight - mLeft, maxBottom - minTop);
9964 maxRight = mRight;
9967 maxRight = mRight + offset;
9978 mRight += offset;
10383 r.set(0, 0, mRight - mLeft, mBottom - mTop);
10421 r.set(0, 0, mRight - mLeft, mBottom - mTop);
11401 final int width = mRight - mLeft;
12367 final int width = mRight - mLeft;
12609 int width = mRight - mLeft;
12623 canvas.saveLayer(0, 0, mRight - mLeft, mBottom - mTop, mLayerPaint,
12838 int width = mRight - mLeft;
12984 int width = mRight - mLeft;
13199 a.initialize(mRight - mLeft, mBottom - mTop, parent.getWidth(), parent.getHeight());
13200 a.initializeInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop);
13225 parent.invalidate(mLeft, mTop, mRight, mBottom);
13232 a.getInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop, region,
13256 displayList.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
13379 canvas.quickReject(mLeft, mTop, mRight, mBottom, Canvas.EdgeType.BW) &&
13534 canvas.saveLayerAlpha(scrollX, scrollY, scrollX + mRight - mLeft,
13551 canvas.clipRect(sx, sy, sx + (mRight - mLeft), sy + (mBottom - mTop));
13554 canvas.clipRect(0, 0, mRight - mLeft, mBottom - mTop);
13584 scrollX + mRight - mLeft, scrollY + mBottom - mTop, mLayerPaint,
13692 background.setBounds(0, 0, mRight - mLeft, mBottom - mTop);
13750 int right = left + mRight - mLeft - mPaddingRight - paddingLeft;
14005 int oldR = mRight;
14061 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
14067 int oldWidth = mRight - mLeft;
14078 mRight = right;
14081 mDisplayList.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
15395 output += "frame={" + mLeft + ", " + mTop + ", " + mRight
15900 region.op(location[0], location[1], location[0] + mRight - mLeft,