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.java121 public static int sMaxPhotoSize; // The maximum size (either width or height) field in class:PhotoViewController
356 if (sMaxPhotoSize == 0) {
365 sMaxPhotoSize = (Math.min(metrics.heightPixels, metrics.widthPixels) * 800) / 1000;
372 sMaxPhotoSize = Math.min(metrics.heightPixels, metrics.widthPixels);

Completed in 134 milliseconds