Exemplo n.º 1
0
 /** flush un-cached image to disk */
 public void flushFileCache() {
   if (mImageProvider != null) {
     mImageProvider.flushFileCache();
   }
 }