Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViews.java1007 int bitmapId; field in RemoteViews.BitmapReflectionAction
1015 bitmapId = mBitmapCache.getBitmapId(bitmap); in BitmapReflectionAction()
1021 bitmapId = in.readInt(); in BitmapReflectionAction()
1022 bitmap = mBitmapCache.getBitmapForId(bitmapId); in BitmapReflectionAction()
1030 dest.writeInt(bitmapId); in writeToParcel()
1043 bitmapId = bitmapCache.getBitmapId(bitmap); in setBitmapCache()