Searched refs:sMaxPhotoSize (Results 1 – 2 of 2) sorted by relevance
57 PhotoViewController.sMaxPhotoSize); in loadInBackground()
121 public static int sMaxPhotoSize; // The maximum size (either width or height) field in PhotoViewController356 if (sMaxPhotoSize == 0) { in initMaxPhotoSize()365 … sMaxPhotoSize = (Math.min(metrics.heightPixels, metrics.widthPixels) * 800) / 1000; in initMaxPhotoSize()372 sMaxPhotoSize = Math.min(metrics.heightPixels, metrics.widthPixels); in initMaxPhotoSize()