Searched refs:sCropSize (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java86 private static int sCropSize; field in class:PhotoView
124 /** Actual crop size; may differ from {@link #sCropSize} if the screen is smaller */
729 mCropSize = Math.min(sCropSize, Math.min(layoutWidth, layoutHeight));
839 final int vwidth = mAllowCrop ? sCropSize : getWidth();
840 final int vheight = mAllowCrop ? sCropSize : getHeight();
888 return mCropSize > 0 ? mCropSize : sCropSize;
1130 sCropSize = resources.getDimensionPixelSize(R.dimen.photo_crop_width);

Completed in 30 milliseconds