Searched refs:mBitmapMemory (Results 1 – 2 of 2) sorted by relevance
2009 int mBitmapMemory = -1; field in RemoteViews.BitmapCache2041 mBitmapMemory = -1; in getBitmapId()2060 if (mBitmapMemory < 0) { in getBitmapMemory()2061 mBitmapMemory = 0; in getBitmapMemory()2064 mBitmapMemory += mBitmaps.get(i).getAllocationByteCount(); in getBitmapMemory()2067 return mBitmapMemory; in getBitmapMemory()
68334 Landroid/widget/RemoteViews$BitmapCache;->mBitmapMemory:I