Home | History | Annotate | Download | only in view

Lines Matching defs:mLeft

2780     protected int mLeft;
3807 out.append(mLeft);
4481 position.offset(child.mLeft, child.mTop);
5001 position.set(0, 0, mRight - mLeft, mBottom - mTop);
5007 position.offset(mLeft, mTop);
5019 position.offset(parentView.mLeft, parentView.mTop);
8575 if ((mParent != null) && (mBottom > mTop) && (mRight > mLeft)) {
8822 return mRight - mLeft;
8847 outRect.right = mScrollX + (mRight - mLeft);
8975 if ((mRight - mLeft) != info.mPrevWidth || (mBottom - mTop) != info.mPrevHeight) {
8976 info.mPrevWidth = mRight - mLeft;
9585 invalidate(0, yLoc, mRight - mLeft, mBottom - minTop);
9592 int width = mRight - mLeft;
9658 invalidate(0, 0, mRight - mLeft, maxBottom - mTop);
9665 int width = mRight - mLeft;
9699 return mLeft;
9710 if (left != mLeft) {
9718 if (left < mLeft) {
9720 xLoc = left - mLeft;
9722 mLeft;
9732 int oldWidth = mRight - mLeft;
9735 mLeft = left;
9740 sizeChange(mRight - mLeft, height, oldWidth, height);
9789 invalidate(0, 0, maxRight - mLeft, mBottom - mTop);
9796 int oldWidth = mRight - mLeft;
9804 sizeChange(mRight - mLeft, height, oldWidth, height);
9832 return mLeft + (mTransformationInfo != null ? mTransformationInfo.mTranslationX : 0);
9843 setTranslationX(x - mLeft);
9961 outRect.set(mLeft, mTop, mRight, mBottom);
9966 outRect.set((int) tmpRect.left + mLeft, (int) tmpRect.top + mTop,
9967 (int) tmpRect.right + mLeft, (int) tmpRect.bottom + mTop);
9975 return localX >= 0 && localX < (mRight - mLeft)
9986 return localX >= -slop && localY >= -slop && localX < ((mRight - mLeft) + slop) &&
10020 int width = mRight - mLeft;
10074 r.set(0, yLoc, mRight - mLeft, maxBottom - minTop);
10116 minLeft = mLeft + offset;
10119 minLeft = mLeft;
10130 mLeft += offset;
10536 r.set(0, 0, mRight - mLeft, mBottom - mTop);
10574 r.set(0, 0, mRight - mLeft, mBottom - mTop);
11555 final int width = mRight - mLeft;
12553 final int width = mRight - mLeft;
12795 int width = mRight - mLeft;
12808 canvas.saveLayer(0, 0, mRight - mLeft, mBottom - mTop, mLayerPaint,
13023 int width = mRight - mLeft;
13172 int width = mRight - mLeft;
13428 a.initialize(mRight - mLeft, mBottom - mTop, parent.getWidth(), parent.getHeight());
13429 a.initializeInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop);
13454 parent.invalidate(mLeft, mTop, mRight, mBottom);
13461 a.getInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop, region,
13468 final int left = mLeft + (int) region.left;
13485 displayList.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
13608 canvas.quickReject(mLeft, mTop, mRight, mBottom, Canvas.EdgeType.BW) &&
13685 canvas.translate(mLeft - sx, mTop - sy);
13688 canvas.translate(mLeft, mTop);
13763 canvas.saveLayerAlpha(scrollX, scrollY, scrollX + mRight - mLeft,
13780 canvas.clipRect(sx, sy, sx + (mRight - mLeft), sy + (mBottom - mTop));
13783 canvas.clipRect(0, 0, mRight - mLeft, mBottom - mTop);
13813 scrollX + mRight - mLeft, scrollY + mBottom - mTop, mLayerPaint,
13924 background.setBounds(0, 0, mRight - mLeft, mBottom - mTop);
13986 int right = left + mRight - mLeft - mPaddingRight - paddingLeft;
14282 int oldL = mLeft;
14342 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
14348 int oldWidth = mRight - mLeft;
14357 mLeft = left;
14362 mDisplayList.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
15313 position[0] += mLeft;
15327 position[0] += view.mLeft;
15684 output += "frame={" + mLeft + ", " + mTop + ", " + mRight
16239 region.op(location[0], location[1], location[0] + mRight - mLeft,