Lines Matching refs:top
93 mDrawRect.top + (height / 2), in draw()
117 int y = mDrawRect.top in draw()
126 int top = mDrawRect.top + 4; in draw() local
140 int yMiddle = mDrawRect.top in draw()
141 + ((mDrawRect.bottom - mDrawRect.top) / 2); in draw()
156 top - heightHeight, in draw()
158 top + heightHeight); in draw()
213 boolean verticalCheck = (y >= r.top - hysteresis) in getHit()
225 if ((Math.abs(r.top - y) < hysteresis) && horizCheck) { in getHit()
276 Math.max(0, mImageRect.top - mCropRect.top)); in moveBy()
337 if (r.top < mImageRect.top) { in growBy()
338 r.offset(0F, mImageRect.top - r.top); in growBy()
350 return new Rect((int) mCropRect.left, (int) mCropRect.top, in getCropRect()
356 RectF r = new RectF(mCropRect.left, mCropRect.top, in computeLayout()
359 return new Rect(Math.round(r.left), Math.round(r.top), in computeLayout()