Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
DBitmapRegionTileSource.java153 private static final int GL_SIZE_LIMIT = 2048; field in BitmapRegionTileSource
156 public static final int MAX_PREVIEW_SIZE = GL_SIZE_LIMIT / 2;
397 if (preview.getWidth() <= GL_SIZE_LIMIT && preview.getHeight() <= GL_SIZE_LIMIT) { in BitmapRegionTileSource()