Searched refs:mDrawingCacheBackgroundColor (Results 1 – 2 of 2) sorted by relevance
5379 private int mDrawingCacheBackgroundColor = 0; field in View23868 if (color != mDrawingCacheBackgroundColor) { in setDrawingCacheBackgroundColor()23869 mDrawingCacheBackgroundColor = color; in setDrawingCacheBackgroundColor()23895 return mDrawingCacheBackgroundColor; in getDrawingCacheBackgroundColor()23990 final int drawingCacheBackgroundColor = mDrawingCacheBackgroundColor; in buildDrawingCacheImpl()
62906 Landroid/view/View;->mDrawingCacheBackgroundColor:I