Searched defs:bitmapId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1236 int bitmapId; field in class:RemoteViews.BitmapReflectionAction
1244 bitmapId = mBitmapCache.getBitmapId(bitmap);
1250 bitmapId = in.readInt();
1251 bitmap = mBitmapCache.getBitmapForId(bitmapId);
1259 dest.writeInt(bitmapId);
1272 bitmapId = bitmapCache.getBitmapId(bitmap);

Completed in 52 milliseconds