Searched defs:sPhotoSize (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java96 public static Integer sPhotoSize; field in class:PhotoViewFragment
186 if (sPhotoSize == null) {
195 sPhotoSize = (Math.min(metrics.heightPixels, metrics.widthPixels) * 800) / 1000;
202 sPhotoSize = Math.min(metrics.heightPixels, metrics.widthPixels);

Completed in 8 milliseconds