Searched refs:layoutWidth (Results 1 – 1 of 1) sorted by relevance
754 final int layoutWidth = getWidth(); in onLayout() local758 mCropSize = Math.min(sCropSize, Math.min(layoutWidth, layoutHeight)); in onLayout()759 final int cropLeft = (layoutWidth - mCropSize) / 2; in onLayout()