Searched defs:mThumbnails (Results 1 – 2 of 2) sorted by relevance
38 private final Map<Long, ImageProxy> mThumbnails; field in MostRecentImageSaver113 closeOlderImages(timestampThreshold.get(), mThumbnails); in closeOlderImages() local
51 private HashMap<File, Bitmap> mThumbnails; field in DownloadsDeletionType