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