Lines Matching defs:mLeft

3793     protected int mLeft;
5478 out.append(mLeft);
6713 position.offset(child.mLeft - child.getScrollX(), child.mTop -child.getScrollY());
7334 position.set(0, 0, mRight - mLeft, mBottom - mTop);
7352 rect.offset(mLeft, mTop);
7371 rect.offset(parentView.mLeft, parentView.mTop);
7518 ignoredParentLeft += parentGroup.mLeft;
7530 structure.setDimens(ignoredParentLeft + mLeft, ignoredParentTop + mTop, mScrollX, mScrollY,
7531 mRight - mLeft, mBottom - mTop);
13590 return mRight - mLeft;
13615 outRect.right = mScrollX + (mRight - mLeft);
14317 invalidate(0, yLoc, mRight - mLeft, mBottom - minTop);
14324 int width = mRight - mLeft;
14386 invalidate(0, 0, mRight - mLeft, maxBottom - mTop);
14393 int width = mRight - mLeft;
14425 return mLeft;
14436 if (left != mLeft) {
14442 if (left < mLeft) {
14444 xLoc = left - mLeft;
14446 minLeft = mLeft;
14456 int oldWidth = mRight - mLeft;
14459 mLeft = left;
14462 sizeChange(mRight - mLeft, height, oldWidth, height);
14509 invalidate(0, 0, maxRight - mLeft, mBottom - mTop);
14516 int oldWidth = mRight - mLeft;
14522 sizeChange(mRight - mLeft, height, oldWidth, height);
14550 return mLeft + getTranslationX();
14561 setTranslationX(x - mLeft);
14921 outRect.set(mLeft, mTop, mRight, mBottom);
14926 outRect.set((int) tmpRect.left + mLeft, (int) tmpRect.top + mTop,
14927 (int) tmpRect.right + mLeft, (int) tmpRect.bottom + mTop);
14947 return localX >= -slop && localY >= -slop && localX < ((mRight - mLeft) + slop) &&
14981 int width = mRight - mLeft;
15033 r.set(0, yLoc, mRight - mLeft, maxBottom - minTop);
15075 minLeft = mLeft + offset;
15078 minLeft = mLeft;
15089 mLeft += offset;
15434 invalidateInternal(0, 0, mRight - mLeft, mBottom - mTop, invalidateCache, true);
16500 out.right = mScrollX + mRight - mLeft;
16579 final int width = mRight - mLeft;
16614 final int width = mRight - mLeft;
16637 final int width = mRight - mLeft;
18037 int width = mRight - mLeft;
18240 int width = mRight - mLeft;
18386 int width = mRight - mLeft;
18662 a.initialize(mRight - mLeft, mBottom - mTop, parent.getWidth(), parent.getHeight());
18663 a.initializeInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop);
18689 parent.invalidate(mLeft, mTop, mRight, mBottom);
18696 a.getInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop, region,
18703 final int left = mLeft + (int) region.left;
18818 canvas.quickReject(mLeft, mTop, mRight, mBottom, Canvas.EdgeType.BW) &&
18873 canvas.translate(mLeft - sx, mTop - sy);
18876 canvas.translate(mLeft, mTop);
19057 final int r = l + mRight - mLeft;
19171 int right = left + mRight - mLeft - mPaddingRight - paddingLeft;
19341 mBackground.setBounds(0, 0, mRight - mLeft, mBottom - mTop);
19577 int oldL = mLeft;
19655 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
19661 int oldWidth = mRight - mLeft;
19670 mLeft = left;
19674 mRenderNode.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
20116 final int r = l + mRight - mLeft;
21306 m.preTranslate(mLeft, mTop);
21332 m.postTranslate(-mLeft, -mTop);
21407 position[0] += mLeft;
21421 position[0] += view.mLeft;
21811 output += "frame={" + mLeft + ", " + mTop + ", " + mRight
22428 location[0] + mRight - mLeft + shadowOffset,
26148 stream.addProperty("layout:left", mLeft);