Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1800 SparseIntArray mBitmapHashes; field in RemoteViews.BitmapCache
1805 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()