Searched refs:mBitmapMemory (Results 1 – 2 of 2) sorted by relevance
1143 int mBitmapMemory = -1; field in RemoteViews.BitmapCache1161 mBitmapMemory = -1; in getBitmapId()1180 if (mBitmapMemory < 0) { in getBitmapMemory()1181 mBitmapMemory = 0; in getBitmapMemory()1184 mBitmapMemory += mBitmaps.get(i).getAllocationByteCount(); in getBitmapMemory()1187 return mBitmapMemory; in getBitmapMemory()
89377 Landroid/widget/RemoteViews$BitmapCache;->mBitmapMemory:I