Home | History | Annotate | Download | only in camera

Lines Matching refs:top

93                                mDrawRect.top + (height / 2),
117 int y = mDrawRect.top
126 int top = mDrawRect.top + 4;
140 int yMiddle = mDrawRect.top
141 + ((mDrawRect.bottom - mDrawRect.top) / 2);
156 top - heightHeight,
158 top + heightHeight);
211 // verticalCheck makes sure the position is between the top and
213 boolean verticalCheck = (y >= r.top - hysteresis)
225 if ((Math.abs(r.top - y) < hysteresis) && horizCheck) {
276 Math.max(0, mImageRect.top - mCropRect.top));
337 if (r.top < mImageRect.top) {
338 r.offset(0F, mImageRect.top - r.top);
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),