Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DBitmapCache.java144 Long key = calcKey(bitmap.getWidth(), bitmap.getHeight()); in cache()
176 Long key = calcKey(w, h); in getBitmap()
213 private Long calcKey(long w, long h) { in calcKey() method in BitmapCache