Searched refs:mBitmapHashes (Results 1 – 1 of 1) sorted by relevance
1800 SparseIntArray mBitmapHashes; field in RemoteViews.BitmapCache1805 mBitmapHashes = new SparseIntArray(); in BitmapCache()1810 mBitmapHashes = new SparseIntArray(); in BitmapCache()1814 mBitmapHashes.put(b.hashCode(), i); in BitmapCache()1824 int hashId = mBitmapHashes.get(hash, -1); in getBitmapId()1832 mBitmapHashes.put(hash, mBitmaps.size() - 1); in getBitmapId()