Home
last modified time | relevance | path

Searched refs:layoutWidth (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java754 final int layoutWidth = getWidth(); in onLayout() local
758 mCropSize = Math.min(sCropSize, Math.min(layoutWidth, layoutHeight)); in onLayout()
759 final int cropLeft = (layoutWidth - mCropSize) / 2; in onLayout()