Searched refs:GL_SIZE_LIMIT (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DDrawableTileSource.java30 private static final int GL_SIZE_LIMIT = 2048; field in class:DrawableTileSource
31 // This must be no larger than half the size of the GL_SIZE_LIMIT
33 public static final int MAX_PREVIEW_SIZE = GL_SIZE_LIMIT / 2;
/packages/apps/Gallery2/src/com/android/photos/
H A DBitmapRegionTileSource.java49 private static final int GL_SIZE_LIMIT = 2048; field in class:BitmapRegionTileSource
50 // This must be no larger than half the size of the GL_SIZE_LIMIT
87 if (preview.getWidth() <= GL_SIZE_LIMIT && preview.getHeight() <= GL_SIZE_LIMIT) {
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
H A DBitmapRegionTileSource.java153 private static final int GL_SIZE_LIMIT = 2048; field in class:BitmapRegionTileSource
154 // This must be no larger than half the size of the GL_SIZE_LIMIT
156 public static final int MAX_PREVIEW_SIZE = GL_SIZE_LIMIT / 2;
397 if (preview.getWidth() <= GL_SIZE_LIMIT && preview.getHeight() <= GL_SIZE_LIMIT) {

Completed in 128 milliseconds