Searched refs:isHighResolution (Results 1 – 3 of 3) sorted by relevance
162 return isHighResolution(context) ? 512 : 256; in suggestedTileSize()165 private static boolean isHighResolution(Context context) { in isHighResolution() method in TiledImageRenderer
145 public static boolean isHighResolution(Context context) { in isHighResolution() method in TileImageView157 if (isHighResolution(context.getAndroidContext())) { in TileImageView()