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

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1121 int bitmapId; field in class:RemoteViews.BitmapReflectionAction
1129 bitmapId = mBitmapCache.getBitmapId(bitmap);
1135 bitmapId = in.readInt();
1136 bitmap = mBitmapCache.getBitmapForId(bitmapId);
1144 dest.writeInt(bitmapId);
1157 bitmapId = bitmapCache.getBitmapId(bitmap);

Completed in 26 milliseconds