Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViews.java1557 int bitmapId; field in RemoteViews.BitmapReflectionAction
1567 bitmapId = mBitmapCache.getBitmapId(bitmap); in BitmapReflectionAction()
1573 bitmapId = in.readInt(); in BitmapReflectionAction()
1574 bitmap = mBitmapCache.getBitmapForId(bitmapId); in BitmapReflectionAction()
1581 dest.writeInt(bitmapId); in writeToParcel()
1595 bitmapId = bitmapCache.getBitmapId(bitmap); in setBitmapCache()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt72303 Landroid/widget/RemoteViews$BitmapReflectionAction;->bitmapId:I