Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViews.java1192 int bitmapId; field in RemoteViews.BitmapReflectionAction
1202 bitmapId = mBitmapCache.getBitmapId(bitmap); in BitmapReflectionAction()
1208 bitmapId = in.readInt(); in BitmapReflectionAction()
1209 bitmap = mBitmapCache.getBitmapForId(bitmapId); in BitmapReflectionAction()
1216 dest.writeInt(bitmapId); in writeToParcel()
1229 bitmapId = bitmapCache.getBitmapId(bitmap); in setBitmapCache()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt83409 Landroid/widget/RemoteViews$BitmapReflectionAction;->bitmapId:I