Lines Matching defs:mLeft

3343     protected int mLeft;
4863 out.append(mLeft);
6085 position.offset(child.mLeft - child.getScrollX(), child.mTop -child.getScrollY());
6636 position.set(0, 0, mRight - mLeft, mBottom - mTop);
6642 position.offset(mLeft, mTop);
6661 position.offset(parentView.mLeft, parentView.mTop);
6711 structure.setDimens(mLeft, mTop, mScrollX, mScrollY, mRight - mLeft, mBottom - mTop);
11469 if ((mParent != null) && (mBottom > mTop) && (mRight > mLeft)) {
11781 return mRight - mLeft;
11806 outRect.right = mScrollX + (mRight - mLeft);
12508 invalidate(0, yLoc, mRight - mLeft, mBottom - minTop);
12515 int width = mRight - mLeft;
12576 invalidate(0, 0, mRight - mLeft, maxBottom - mTop);
12583 int width = mRight - mLeft;
12614 return mLeft;
12625 if (left != mLeft) {
12631 if (left < mLeft) {
12633 xLoc = left - mLeft;
12635 minLeft = mLeft;
12645 int oldWidth = mRight - mLeft;
12648 mLeft = left;
12651 sizeChange(mRight - mLeft, height, oldWidth, height);
12697 invalidate(0, 0, maxRight - mLeft, mBottom - mTop);
12704 int oldWidth = mRight - mLeft;
12710 sizeChange(mRight - mLeft, height, oldWidth, height);
12737 return mLeft + getTranslationX();
12748 setTranslationX(x - mLeft);
13108 outRect.set(mLeft, mTop, mRight, mBottom);
13113 outRect.set((int) tmpRect.left + mLeft, (int) tmpRect.top + mTop,
13114 (int) tmpRect.right + mLeft, (int) tmpRect.bottom + mTop);
13134 return localX >= -slop && localY >= -slop && localX < ((mRight - mLeft) + slop) &&
13168 int width = mRight - mLeft;
13220 r.set(0, yLoc, mRight - mLeft, maxBottom - minTop);
13262 minLeft = mLeft + offset;
13265 minLeft = mLeft;
13276 mLeft += offset;
13620 invalidateInternal(0, 0, mRight - mLeft, mBottom - mTop, invalidateCache, true);
13759 r.set(0, 0, mRight - mLeft, mBottom - mTop);
14719 out.right = mScrollX + mRight - mLeft;
14793 final int width = mRight - mLeft;
14810 final int width = mRight - mLeft;
14828 final int width = mRight - mLeft;
16139 int width = mRight - mLeft;
16348 int width = mRight - mLeft;
16493 int width = mRight - mLeft;
16766 a.initialize(mRight - mLeft, mBottom - mTop, parent.getWidth(), parent.getHeight());
16767 a.initializeInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop);
16793 parent.invalidate(mLeft, mTop, mRight, mBottom);
16800 a.getInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop, region,
16807 final int left = mLeft + (int) region.left;
16922 canvas.quickReject(mLeft, mTop, mRight, mBottom, Canvas.EdgeType.BW) &&
16977 canvas.translate(mLeft - sx, mTop - sy);
16980 canvas.translate(mLeft, mTop);
17228 int right = left + mRight - mLeft - mPaddingRight - paddingLeft;
17392 mBackground.setBounds(0, 0, mRight - mLeft, mBottom - mTop);
17628 int oldL = mLeft;
17701 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
17707 int oldWidth = mRight - mLeft;
17716 mLeft = left;
17720 mRenderNode.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
19190 m.preTranslate(mLeft, mTop);
19216 m.postTranslate(-mLeft, -mTop);
19291 position[0] += mLeft;
19305 position[0] += view.mLeft;
19670 output += "frame={" + mLeft + ", " + mTop + ", " + mRight
20287 location[0] + mRight - mLeft + shadowOffset,
23797 stream.addProperty("layout:left", mLeft);