Home
last modified time | relevance | path

Searched refs:isHighResolution (Results 1 – 3 of 3) sorted by relevance

/packages/apps/WallpaperPicker/src/com/android/photos/views/
DTiledImageRenderer.java162 return isHighResolution(context) ? 512 : 256; in suggestedTileSize()
165 private static boolean isHighResolution(Context context) { in isHighResolution() method in TiledImageRenderer
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageView.java145 public static boolean isHighResolution(Context context) { in isHighResolution() method in TileImageView
157 if (isHighResolution(context.getAndroidContext())) { in TileImageView()
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageRenderer.java162 return isHighResolution(context) ? 512 : 256; in suggestedTileSize()
165 private static boolean isHighResolution(Context context) { in isHighResolution() method in TiledImageRenderer