Lines Matching refs:bottom
127 int bottom = mDrawRect.bottom + 3; in draw() local
141 + ((mDrawRect.bottom - mDrawRect.top) / 2); in draw()
162 bottom - heightHeight, in draw()
164 bottom + heightHeight); in draw()
214 && (y < r.bottom + hysteresis); in getHit()
228 if ((Math.abs(r.bottom - y) < hysteresis) && horizCheck) { in getHit()
280 Math.min(0, mImageRect.bottom - mCropRect.bottom)); in moveBy()
339 } else if (r.bottom > mImageRect.bottom) { in growBy()
340 r.offset(0F, -(r.bottom - mImageRect.bottom)); in growBy()
351 (int) mCropRect.right, (int) mCropRect.bottom); in getCropRect()
357 mCropRect.right, mCropRect.bottom); in computeLayout()
360 Math.round(r.right), Math.round(r.bottom)); in computeLayout()