Lines Matching refs:left
92 path.addCircle(mDrawRect.left + (width / 2),
115 int x = mDrawRect.left
124 int left = mDrawRect.left + 1;
138 int xMiddle = mDrawRect.left
139 + ((mDrawRect.right - mDrawRect.left) / 2);
143 mResizeDrawableWidth.setBounds(left - widthWidth,
145 left + widthWidth,
215 boolean horizCheck = (x >= r.left - hysteresis)
219 if ((Math.abs(r.left - x) < hysteresis) && verticalCheck) {
275 Math.max(0, mImageRect.left - mCropRect.left),
332 if (r.left < mImageRect.left) {
333 r.offset(mImageRect.left - r.left, 0F);
350 return new Rect((int) mCropRect.left, (int) mCropRect.top,
356 RectF r = new RectF(mCropRect.left, mCropRect.top,
359 return new Rect(Math.round(r.left), Math.round(r.top),