HomeSort by relevance Sort by last modified time
    Searched refs:sPhotoSize (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 96 public static Integer sPhotoSize;
186 if (sPhotoSize == null) {
195 sPhotoSize = (Math.min(metrics.heightPixels, metrics.widthPixels) * 800) / 1000;
202 sPhotoSize = Math.min(metrics.heightPixels, metrics.widthPixels);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
PhotoBitmapLoader.java 57 PhotoViewFragment.sPhotoSize);

Completed in 124 milliseconds