Home
last modified time | relevance | path

Searched defs:getRecycledBitmap (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DRecycleBitmapPool.java107 public Bitmap getRecycledBitmap(int width, int height) { in getRecycledBitmap() method in RecycleBitmapPool
137 private static Bitmap getRecycledBitmap(ArrayList<SoftReference<Bitmap>> list) { in getRecycledBitmap() method in RecycleBitmapPool