Searched refs:maxBackupSize (Results 1 – 1 of 1) sorted by relevance
37 public BitmapTileProvider(Bitmap bitmap, int maxBackupSize) { in BitmapTileProvider() argument42 while (bitmap.getWidth() > maxBackupSize in BitmapTileProvider()43 || bitmap.getHeight() > maxBackupSize) { in BitmapTileProvider()