Home | History | Annotate | Download | only in camera

Lines Matching refs:height

91                 float height = mDrawRect.height();
93 mDrawRect.top + (height / 2),
111 int height = mResizeDrawableDiagonal.getIntrinsicHeight();
118 + (mDrawRect.height() / 2) - d - height / 2;
249 dy * (mCropRect.height() / r.height()));
261 float yDelta = dy * (mCropRect.height() / r.height());
309 if (dy > 0F && r.height() + 2 * dy > mImageRect.height()) {
310 float adjustment = (mImageRect.height() - r.height()) / 2F;
327 if (r.height() < heightCap) {
328 r.inset(0F, -(heightCap - r.height()) / 2F);
379 mInitialAspectRatio = mCropRect.width() / mCropRect.height();