Searched refs:mBitmapStore (Results 1 – 1 of 1) sorted by relevance
53 private final HashMap<View, Bitmap> mBitmapStore; field in PhotoCarousel104 mBitmapStore = new HashMap<View, Bitmap>(); in PhotoCarousel()180 return mBitmapStore.containsKey(getBackface()); in canFlip()197 Bitmap old = mBitmapStore.put(destination, photo); in changePhoto()