Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1824 int hashId = mBitmapHashes.get(hash, -1); in getBitmapId() local
1825 if (hashId != -1) { in getBitmapId()
1826 return hashId; in getBitmapId()