Home
last modified time | relevance | path

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

/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageFetcher.java196 DiskLruCache.Snapshot snapshot; in processBitmap() local
207 snapshot = mHttpDiskCache.get(key); in processBitmap()
208 if (snapshot == null) { in processBitmap()
221 snapshot = mHttpDiskCache.get(key); in processBitmap()
223 if (snapshot != null) { in processBitmap()
225 (FileInputStream) snapshot.getInputStream(DISK_CACHE_INDEX); in processBitmap()
DImageCache.java257 DiskLruCache.Snapshot snapshot = mDiskLruCache.get(key); in addBitmapToCache() local
258 if (snapshot == null) { in addBitmapToCache()
268 snapshot.getInputStream(DISK_CACHE_INDEX).close(); in addBitmapToCache()
328 final DiskLruCache.Snapshot snapshot = mDiskLruCache.get(key); in getBitmapFromDiskCache() local
329 if (snapshot != null) { in getBitmapFromDiskCache()
333 inputStream = snapshot.getInputStream(DISK_CACHE_INDEX); in getBitmapFromDiskCache()
/development/tutorials/ReverseDebug/
DREADME.txt2 feature that allows users to take a snapshot of the machine state, continue
82 Now try the new "record" command to take a snapshot of the machine state.