Home | History | Annotate | Download | only in camera

Lines Matching refs:right

125                     int right   = mDrawRect.right  + 1;
139 + ((mDrawRect.right - mDrawRect.left) / 2);
149 mResizeDrawableWidth.setBounds(right - widthWidth,
151 right + widthWidth,
216 && (x < r.right + hysteresis);
222 if ((Math.abs(r.right - x) < hysteresis) && verticalCheck) {
279 Math.min(0, mImageRect.right - mCropRect.right),
334 } else if (r.right > mImageRect.right) {
335 r.offset(-(r.right - mImageRect.right), 0);
351 (int) mCropRect.right, (int) mCropRect.bottom);
357 mCropRect.right, mCropRect.bottom);
360 Math.round(r.right), Math.round(r.bottom));