OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GL_SIZE_LIMIT
(Results
1 - 4
of
4
) sorted by null
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DrawableTileSource.java
30
private static final int
GL_SIZE_LIMIT
= 2048;
31
// This must be no larger than half the size of the
GL_SIZE_LIMIT
33
public static final int MAX_PREVIEW_SIZE =
GL_SIZE_LIMIT
/ 2;
/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
) {
/packages/apps/WallpaperPicker/src/com/android/photos/
BitmapRegionTileSource.java
130
private static final int
GL_SIZE_LIMIT
= 2048;
131
// This must be no larger than half the size of the
GL_SIZE_LIMIT
133
private static final int MAX_PREVIEW_SIZE =
GL_SIZE_LIMIT
/ 2;
316
preview.getWidth() <=
GL_SIZE_LIMIT
&& preview.getHeight() <=
GL_SIZE_LIMIT
) {
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java
153
private static final int
GL_SIZE_LIMIT
= 2048;
154
// This must be no larger than half the size of the
GL_SIZE_LIMIT
156
public static final int MAX_PREVIEW_SIZE =
GL_SIZE_LIMIT
/ 2;
397
if (preview.getWidth() <=
GL_SIZE_LIMIT
&& preview.getHeight() <=
GL_SIZE_LIMIT
) {
Completed in 2709 milliseconds