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

/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoader.java57 PhotoViewController.sMaxPhotoSize);
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java123 public static int sMaxPhotoSize; // The maximum size (either width or height) field in class:PhotoViewController
370 if (sMaxPhotoSize == 0) {
379 sMaxPhotoSize = (Math.min(metrics.heightPixels, metrics.widthPixels) * 800) / 1000;
386 sMaxPhotoSize = Math.min(metrics.heightPixels, metrics.widthPixels);

Completed in 257 milliseconds