Home
last modified time | relevance | path

Searched refs:mDrawingCacheBackgroundColor (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DView.java4856 private int mDrawingCacheBackgroundColor = 0; field in View
21015 if (color != mDrawingCacheBackgroundColor) { in setDrawingCacheBackgroundColor()
21016 mDrawingCacheBackgroundColor = color; in setDrawingCacheBackgroundColor()
21042 return mDrawingCacheBackgroundColor; in getDrawingCacheBackgroundColor()
21137 final int drawingCacheBackgroundColor = mDrawingCacheBackgroundColor; in buildDrawingCacheImpl()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt77978 Landroid/view/View;->mDrawingCacheBackgroundColor:I