コード例 #1
0
ファイル: BitmapCache.java プロジェクト: rockswang/beyondar
 /**
  * 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();
 }