Searched refs:mMaxWidgetBitmapMemory (Results 1 – 1 of 1) sorted by relevance
286 private int mMaxWidgetBitmapMemory; field in AppWidgetServiceImpl357 mMaxWidgetBitmapMemory = 6 * size.x * size.y; in computeMaximumWidgetBitmapMemory()2218 ((memoryUsage = widget.views.estimateMemoryUsage()) > mMaxWidgetBitmapMemory)) { in updateAppWidgetInstanceLocked()2222 + ", max: " + mMaxWidgetBitmapMemory + ")"); in updateAppWidgetInstanceLocked()