Searched defs:getCropSize (Results 1 - 1 of 1) sorted by path

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java902 final int vwidth = mAllowCrop ? getCropSize() : getWidth();
903 final int vheight = mAllowCrop ? getCropSize() : getHeight();
916 private int getCropSize() { method in class:PhotoView

Completed in 182 milliseconds