Searched refs:sBitmapResourceMap (Results 1 – 1 of 1) sorted by relevance
52 static HashMap<Integer, Bitmap> sBitmapResourceMap = new HashMap<Integer, Bitmap>(); field in BitmapUtils76 Bitmap bitmap = sBitmapResourceMap.get(resourceId); in getBitmap()79 sBitmapResourceMap.put(resourceId, bitmap); in getBitmap()