Home
last modified time | relevance | path

Searched refs:RecycleBitmapPool (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DRecycleBitmapPool.java33 public class RecycleBitmapPool { class
55 public RecycleBitmapPool() { in RecycleBitmapPool() method in RecycleBitmapPool
DDrawableDownloader.java127 mByteCount += RecycleBitmapPool.getSize(d.getBitmap()); in addDrawable()
150 private final RecycleBitmapPool mRecycledBitmaps;
203 mRecycledBitmaps = new RecycleBitmapPool(); in DrawableDownloader()
DDrawableLoader.java69 private final RecycleBitmapPool mRecycledBitmaps;
80 DrawableLoader(ImageView imageView, RecycleBitmapPool recycledBitmapPool) { in DrawableLoader()