Home
last modified time | relevance | path

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

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoCarousel.java53 private final HashMap<View, Bitmap> mBitmapStore; field in PhotoCarousel
104 mBitmapStore = new HashMap<View, Bitmap>(); in PhotoCarousel()
180 return mBitmapStore.containsKey(getBackface()); in canFlip()
197 Bitmap old = mBitmapStore.put(destination, photo); in changePhoto()