Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker/src/com/android/photos/
DBitmapRegionTileSource.java130 private static final int GL_SIZE_LIMIT = 2048; field in BitmapRegionTileSource
133 private static final int MAX_PREVIEW_SIZE = GL_SIZE_LIMIT / 2;
316 preview.getWidth() <= GL_SIZE_LIMIT && preview.getHeight() <= GL_SIZE_LIMIT) { in BitmapRegionTileSource()
/packages/apps/Gallery2/src/com/android/photos/
DBitmapRegionTileSource.java49 private static final int GL_SIZE_LIMIT = 2048; field in BitmapRegionTileSource
87 if (preview.getWidth() <= GL_SIZE_LIMIT && preview.getHeight() <= GL_SIZE_LIMIT) { in BitmapRegionTileSource()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DDrawableTileSource.java30 private static final int GL_SIZE_LIMIT = 2048; field in DrawableTileSource
33 public static final int MAX_PREVIEW_SIZE = GL_SIZE_LIMIT / 2;