OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BitmapCache
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/bitmap/src/com/android/bitmap/
BitmapCache.java
19
public interface
BitmapCache
extends PooledCache<RequestKey, ReusableBitmap> {
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/
ImageLoader.java
35
private static final
BitmapCache
CACHE = new
BitmapCache
(
90
private static class
BitmapCache
extends LruCache<Long, Bitmap> {
91
BitmapCache
(int maxSize) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
BitmapCache.java
29
public class
BitmapCache
{
30
private static final String LOGTAG = "
BitmapCache
";
/frameworks/base/core/java/android/widget/
RemoteViews.java
118
private
BitmapCache
mBitmapCache;
299
public void setBitmapCache(
BitmapCache
bitmapCache
) {
391
mBitmapCache = new
BitmapCache
();
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java
85
class
BitmapCache
extends SoftReferenceThreadLocal<Bitmap> {
119
private
BitmapCache
mCachedShortcutPreviewBitmap = new
BitmapCache
();
Completed in 204 milliseconds