OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mpreviewbitmapcache
(Results
1 - 1
of
1
) sorted by null
/packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectPickerAdapter.java
60
private LruCache<String, Bitmap>
mPreviewBitmapCache
;
77
mPreviewBitmapCache
= new LruCache<String, Bitmap>(15);
84
mPreviewBitmapCache
.evictAll();
197
Bitmap previewBitmap =
mPreviewBitmapCache
.get(projectPath);
202
title, duration,
mPreviewBitmapCache
).execute();
250
private LruCache<String, Bitmap>
mPreviewBitmapCache
;
262
mPreviewBitmapCache
= previewBitmapCache;
306
mPreviewBitmapCache
.put(mProjectPath, result);
Completed in 1769 milliseconds