OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
170
a, mUri, BitmapRegionTileSource.
MAX_PREVIEW_SIZE
);
211
mResources, mResId, BitmapRegionTileSource.
MAX_PREVIEW_SIZE
);
259
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
158
public static final int
MAX_PREVIEW_SIZE
= GL_SIZE_LIMIT / 2;
186
int previewSize = Math.min(mPreviewSize,
MAX_PREVIEW_SIZE
);
391
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
);
395
previewSize = Math.min(previewSize,
MAX_PREVIEW_SIZE
);
/frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp
61
const Size
MAX_PREVIEW_SIZE
= { MAX_PREVIEW_WIDTH, MAX_PREVIEW_HEIGHT };
62
res = getFilteredPreviewSizes(
MAX_PREVIEW_SIZE
, &availablePreviewSizes);
[
all
...]
Completed in 589 milliseconds