Home | History | Annotate | Download | only in views

Lines Matching defs:layoutHeight

755         final int layoutHeight = getHeight();
758 mCropSize = Math.min(sCropSize, Math.min(layoutWidth, layoutHeight));
760 final int cropTop = (layoutHeight - mCropSize) / 2;