Home | History | Annotate | Download | only in views

Lines Matching defs:layoutWidth

593         final int layoutWidth = getWidth();
597 mCropSize = Math.min(sCropSize, Math.min(layoutWidth, layoutHeight));
598 final int cropLeft = (layoutWidth - mCropSize) / 2;