OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NEW_LOOK
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
BitmapCache.java
39
public final static int
NEW_LOOK
= 2;
92
case
NEW_LOOK
: return "
NEW_LOOK
";
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java
422
mPreviousImage = mBitmapCache.getBitmapCopy(getFilteredImage(), BitmapCache.
NEW_LOOK
);
Completed in 47 milliseconds