Searched refs:mDrawingCacheBackgroundColor (Results 1 – 2 of 2) sorted by relevance
4856 private int mDrawingCacheBackgroundColor = 0; field in View21015 if (color != mDrawingCacheBackgroundColor) { in setDrawingCacheBackgroundColor()21016 mDrawingCacheBackgroundColor = color; in setDrawingCacheBackgroundColor()21042 return mDrawingCacheBackgroundColor; in getDrawingCacheBackgroundColor()21137 final int drawingCacheBackgroundColor = mDrawingCacheBackgroundColor; in buildDrawingCacheImpl()
77978 Landroid/view/View;->mDrawingCacheBackgroundColor:I