Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1616 int bitmapId; field in RemoteViews.BitmapReflectionAction
1626 bitmapId = mBitmapCache.getBitmapId(bitmap); in BitmapReflectionAction()
1632 bitmapId = in.readInt(); in BitmapReflectionAction()
1633 bitmap = mBitmapCache.getBitmapForId(bitmapId); in BitmapReflectionAction()
1640 dest.writeInt(bitmapId); in writeToParcel()
1654 bitmapId = rootData.mBitmapCache.getBitmapId(bitmap); in setHierarchyRootData()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt72303 Landroid/widget/RemoteViews$BitmapReflectionAction;->bitmapId:I