Searched refs:mBitmapMemory (Results 1 – 1 of 1) sorted by relevance
1152 int mBitmapMemory = -1; field in RemoteViews.BitmapCache1170 mBitmapMemory = -1; in getBitmapId()1189 if (mBitmapMemory < 0) { in getBitmapMemory()1190 mBitmapMemory = 0; in getBitmapMemory()1193 mBitmapMemory += mBitmaps.get(i).getAllocationByteCount(); in getBitmapMemory()1196 return mBitmapMemory; in getBitmapMemory()