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

  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 162 return isHighResolution(context) ? 512 : 256;
165 private static boolean isHighResolution(Context context) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 146 public static boolean isHighResolution(Context context) {
158 if (isHighResolution(context.getAndroidContext())) {
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 162 return isHighResolution(context) ? 512 : 256;
165 private static boolean isHighResolution(Context context) {
  /packages/apps/Launcher3/src/com/android/photos/views/
TiledImageRenderer.java 162 return isHighResolution(context) ? 512 : 256;
165 private static boolean isHighResolution(Context context) {

Completed in 1135 milliseconds