Home | History | Annotate | Download | only in view

Lines Matching refs:mLeft

2756     protected int mLeft;
3769 out.append(mLeft);
4437 position.offset(child.mLeft, child.mTop);
4925 position.set(0, 0, mRight - mLeft, mBottom - mTop);
4931 position.offset(mLeft, mTop);
4943 position.offset(parentView.mLeft, parentView.mTop);
8428 if ((mParent != null) && (mBottom > mTop) && (mRight > mLeft)) {
8670 return mRight - mLeft;
8695 outRect.right = mScrollX + (mRight - mLeft);
8823 if ((mRight - mLeft) != info.mPrevWidth || (mBottom - mTop) != info.mPrevHeight) {
8824 info.mPrevWidth = mRight - mLeft;
9424 invalidate(0, yLoc, mRight - mLeft, mBottom - minTop);
9431 int width = mRight - mLeft;
9497 invalidate(0, 0, mRight - mLeft, maxBottom - mTop);
9504 int width = mRight - mLeft;
9538 return mLeft;
9549 if (left != mLeft) {
9557 if (left < mLeft) {
9559 xLoc = left - mLeft;
9561 minLeft = mLeft;
9571 int oldWidth = mRight - mLeft;
9574 mLeft = left;
9579 onSizeChanged(mRight - mLeft, height, oldWidth, height);
9628 invalidate(0, 0, maxRight - mLeft, mBottom - mTop);
9635 int oldWidth = mRight - mLeft;
9643 onSizeChanged(mRight - mLeft, height, oldWidth, height);
9671 return mLeft + (mTransformationInfo != null ? mTransformationInfo.mTranslationX : 0);
9682 setTranslationX(x - mLeft);
9800 outRect.set(mLeft, mTop, mRight, mBottom);
9806 outRect.set((int) tmpRect.left + mLeft, (int) tmpRect.top + mTop,
9807 (int) tmpRect.right + mLeft, (int) tmpRect.bottom + mTop);
9815 return localX >= 0 && localX < (mRight - mLeft)
9826 return localX >= -slop && localY >= -slop && localX < ((mRight - mLeft) + slop) &&
9860 int width = mRight - mLeft;
9914 r.set(0, yLoc, mRight - mLeft, maxBottom - minTop);
9956 minLeft = mLeft + offset;
9959 minLeft = mLeft;
9970 mLeft += offset;
10376 r.set(0, 0, mRight - mLeft, mBottom - mTop);
10414 r.set(0, 0, mRight - mLeft, mBottom - mTop);
11394 final int width = mRight - mLeft;
12362 final int width = mRight - mLeft;
12604 int width = mRight - mLeft;
12618 canvas.saveLayer(0, 0, mRight - mLeft, mBottom - mTop, mLayerPaint,
12833 int width = mRight - mLeft;
12979 int width = mRight - mLeft;
13194 a.initialize(mRight - mLeft, mBottom - mTop, parent.getWidth(), parent.getHeight());
13195 a.initializeInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop);
13220 parent.invalidate(mLeft, mTop, mRight, mBottom);
13227 a.getInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop, region,
13234 final int left = mLeft + (int) region.left;
13251 displayList.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
13374 canvas.quickReject(mLeft, mTop, mRight, mBottom, Canvas.EdgeType.BW) &&
13451 canvas.translate(mLeft - sx, mTop - sy);
13454 canvas.translate(mLeft, mTop);
13529 canvas.saveLayerAlpha(scrollX, scrollY, scrollX + mRight - mLeft,
13546 canvas.clipRect(sx, sy, sx + (mRight - mLeft), sy + (mBottom - mTop));
13549 canvas.clipRect(0, 0, mRight - mLeft, mBottom - mTop);
13579 scrollX + mRight - mLeft, scrollY + mBottom - mTop, mLayerPaint,
13687 background.setBounds(0, 0, mRight - mLeft, mBottom - mTop);
13745 int right = left + mRight - mLeft - mPaddingRight - paddingLeft;
13997 int oldL = mLeft;
14056 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
14062 int oldWidth = mRight - mLeft;
14071 mLeft = left;
14076 mDisplayList.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
15021 position[0] += mLeft;
15035 position[0] += view.mLeft;
15390 output += "frame={" + mLeft + ", " + mTop + ", " + mRight
15895 region.op(location[0], location[1], location[0] + mRight - mLeft,