OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBitmapCache
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
Buffer.java
37
BitmapCache cache = MasterImage.getImage().
getBitmapCache
();
91
BitmapCache cache = MasterImage.getImage().
getBitmapCache
();
RenderingRequest.java
74
bitmap = MasterImage.getImage().
getBitmapCache
().getBitmap(
CachingPipeline.java
166
mEnvironment.setBitmapCache(MasterImage.getImage().
getBitmapCache
());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
Action.java
226
MasterImage.getImage().
getBitmapCache
().cache(mImage);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java
319
BitmapCache bitmapCache = MasterImage.getImage().
getBitmapCache
();
394
BitmapCache cache = MasterImage.getImage().
getBitmapCache
();
MasterImage.java
829
public BitmapCache
getBitmapCache
() {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java
604
mAttachmentsView.setBitmapCache(mAdapter.
getBitmapCache
());
[
all
...]
Completed in 325 milliseconds