Lines Matching defs:mRight

3332     protected int mRight;
4839 out.append(mRight);
6567 position.set(0, 0, mRight - mLeft, mBottom - mTop);
6642 structure.setDimens(mLeft, mTop, mScrollX, mScrollY, mRight - mLeft, mBottom - mTop);
11385 if ((mParent != null) && (mBottom > mTop) && (mRight > mLeft)) {
11697 return mRight - mLeft;
11722 outRect.right = mScrollX + (mRight - mLeft);
12422 invalidate(0, yLoc, mRight - mLeft, mBottom - minTop);
12429 int width = mRight - mLeft;
12490 invalidate(0, 0, mRight - mLeft, maxBottom - mTop);
12497 int width = mRight - mLeft;
12552 invalidate(xLoc, 0, mRight - minLeft, mBottom - mTop);
12559 int oldWidth = mRight - mLeft;
12565 sizeChange(mRight - mLeft, height, oldWidth, height);
12590 return mRight;
12601 if (right != mRight) {
12606 if (right < mRight) {
12607 maxRight = mRight;
12618 int oldWidth = mRight - mLeft;
12621 mRight = right;
12622 mRenderNode.setRight(mRight);
12624 sizeChange(mRight - mLeft, height, oldWidth, height);
13022 outRect.set(mLeft, mTop, mRight, mBottom);
13048 return localX >= -slop && localY >= -slop && localX < ((mRight - mLeft) + slop) &&
13082 int width = mRight - mLeft;
13134 r.set(0, yLoc, mRight - mLeft, maxBottom - minTop);
13177 maxRight = mRight;
13180 maxRight = mRight + offset;
13191 mRight += offset;
13534 invalidateInternal(0, 0, mRight - mLeft, mBottom - mTop, invalidateCache, true);
13673 r.set(0, 0, mRight - mLeft, mBottom - mTop);
14633 out.right = mScrollX + mRight - mLeft;
14707 final int width = mRight - mLeft;
14723 final int width = mRight - mLeft;
16021 int width = mRight - mLeft;
16230 int width = mRight - mLeft;
16375 int width = mRight - mLeft;
16648 a.initialize(mRight - mLeft, mBottom - mTop, parent.getWidth(), parent.getHeight());
16649 a.initializeInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop);
16675 parent.invalidate(mLeft, mTop, mRight, mBottom);
16682 a.getInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop, region,
16804 canvas.quickReject(mLeft, mTop, mRight, mBottom, Canvas.EdgeType.BW) &&
17110 int right = left + mRight - mLeft - mPaddingRight - paddingLeft;
17274 mBackground.setBounds(0, 0, mRight - mLeft, mBottom - mTop);
17513 int oldR = mRight;
17574 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
17580 int oldWidth = mRight - mLeft;
17591 mRight = right;
17593 mRenderNode.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
19543 output += "frame={" + mLeft + ", " + mTop + ", " + mRight
20154 region.op(location[0], location[1], location[0] + mRight - mLeft,
23628 stream.addProperty("layout:right", mRight);