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 117 public static int sMaxPhotoSize; // The maximum size (either width or height)
341 if (sMaxPhotoSize == 0) {
350 sMaxPhotoSize = (Math.min(metrics.heightPixels, metrics.widthPixels) * 800) / 1000;
357 sMaxPhotoSize = Math.min(metrics.heightPixels, metrics.widthPixels);
    [all...]

Completed in 161 milliseconds