HomeSort by relevance Sort by last modified time
    Searched refs:GL_SIZE_LIMIT (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/photos/
BitmapRegionTileSource.java 49 private static final int GL_SIZE_LIMIT = 2048;
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) {
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java 53 private static final int GL_SIZE_LIMIT = 2048;
54 // This must be no larger than half the size of the GL_SIZE_LIMIT
115 if (preview.getWidth() <= GL_SIZE_LIMIT && preview.getHeight() <= GL_SIZE_LIMIT) {
  /packages/apps/Launcher3/src/com/android/photos/
BitmapRegionTileSource.java 53 private static final int GL_SIZE_LIMIT = 2048;
54 // This must be no larger than half the size of the GL_SIZE_LIMIT
115 if (preview.getWidth() <= GL_SIZE_LIMIT && preview.getHeight() <= GL_SIZE_LIMIT) {

Completed in 141 milliseconds