OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HIGHRES
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
BitmapCache.java
43
public final static int
HIGHRES
= 6;
96
case
HIGHRES
: return "
HIGHRES
";
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CachingPipeline.java
226
bitmap = mEnvironment.getBitmapCopy(bitmap, BitmapCache.
HIGHRES
);
Completed in 413 milliseconds