Home
last modified time | relevance | path

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

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