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

  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
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) {
WallpaperPickerActivity.java 171 a, mUri, BitmapRegionTileSource.MAX_PREVIEW_SIZE);
238 mResources, mResId, BitmapRegionTileSource.MAX_PREVIEW_SIZE);
286 new DrawableTileSource(a, defaultWallpaper, DrawableTileSource.MAX_PREVIEW_SIZE), null);
    [all...]
  /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/Launcher3/WallpaperPicker/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);
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp 65 const Size MAX_PREVIEW_SIZE = { MAX_PREVIEW_WIDTH, MAX_PREVIEW_HEIGHT };
74 res = getFilteredSizes(MAX_PREVIEW_SIZE, &availablePreviewSizes);
    [all...]

Completed in 2734 milliseconds