Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViews.java1201 int bitmapId; field in RemoteViews.BitmapReflectionAction
1211 bitmapId = mBitmapCache.getBitmapId(bitmap); in BitmapReflectionAction()
1217 bitmapId = in.readInt(); in BitmapReflectionAction()
1218 bitmap = mBitmapCache.getBitmapForId(bitmapId); in BitmapReflectionAction()
1225 dest.writeInt(bitmapId); in writeToParcel()
1238 bitmapId = bitmapCache.getBitmapId(bitmap); in setBitmapCache()