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

  /frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
PhotoBitmapLoader.java 57 PhotoViewController.sMaxPhotoSize);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java 121 public static int sMaxPhotoSize; // The maximum size (either width or height)
356 if (sMaxPhotoSize == 0) {
365 sMaxPhotoSize = (Math.min(metrics.heightPixels, metrics.widthPixels) * 800) / 1000;
372 sMaxPhotoSize = Math.min(metrics.heightPixels, metrics.widthPixels);
    [all...]

Completed in 56 milliseconds