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

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java862 int bitmapId; field in class:RemoteViews.BitmapReflectionAction
870 bitmapId = mBitmapCache.getBitmapId(bitmap);
876 bitmapId = in.readInt();
877 bitmap = mBitmapCache.getBitmapForId(bitmapId);
885 dest.writeInt(bitmapId);
898 bitmapId = bitmapCache.getBitmapId(bitmap);

Completed in 497 milliseconds