Пример #1
0
 /**
  * Clean the recycled Bitmaps stored in the cache.
  *
  * @return Return the number of recycled imaged founded in the cache.
  */
 public int cleanRecylcedBitmaps() {
   return mBitmapContainer.cleanRecycledBitmaps();
 }