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

/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java155 private static final int GL_SIZE_LIMIT = 2048; field in class:BitmapRegionTileSource
156 // This must be no larger than half the size of the GL_SIZE_LIMIT
158 public static final int MAX_PREVIEW_SIZE = GL_SIZE_LIMIT / 2;
396 if (preview.getWidth() <= GL_SIZE_LIMIT && preview.getHeight() <= GL_SIZE_LIMIT) {

Completed in 47 milliseconds