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

  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DrawableTileSource.java 33 public static final int MAX_PREVIEW_SIZE = GL_SIZE_LIMIT / 2;
43 mPreviewSize = Math.min(previewSize, MAX_PREVIEW_SIZE);
74 while (width > MAX_PREVIEW_SIZE || height > MAX_PREVIEW_SIZE) {
WallpaperCropActivity.java 176 defaultWallpaper, DrawableTileSource.MAX_PREVIEW_SIZE);
  /packages/apps/Gallery2/src/com/android/photos/
BitmapRegionTileSource.java 52 private static final int MAX_PREVIEW_SIZE = 1024;
82 previewSize = Math.min(previewSize, MAX_PREVIEW_SIZE);
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java 156 public static final int MAX_PREVIEW_SIZE = GL_SIZE_LIMIT / 2;
184 int previewSize = Math.min(mPreviewSize, MAX_PREVIEW_SIZE);
392 previewSize = Math.min(previewSize, MAX_PREVIEW_SIZE);
  /packages/apps/WallpaperPicker/src/com/android/photos/
BitmapRegionTileSource.java 133 private static final int MAX_PREVIEW_SIZE = GL_SIZE_LIMIT / 2;
157 float scale = (float) MAX_PREVIEW_SIZE / Math.max(width, height);
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp 66 const Size MAX_PREVIEW_SIZE = { MAX_PREVIEW_WIDTH, MAX_PREVIEW_HEIGHT };
89 res = getFilteredSizes(MAX_PREVIEW_SIZE, &availablePreviewSizes);
    [all...]

Completed in 267 milliseconds