Searched refs:mCacheColorHint (Results 1 – 1 of 1) sorted by relevance
542 private int mCacheColorHint; field in AbsListView2021 if (mCacheColorHint != 0) { in obtainView()2022 child.setDrawingCacheBackgroundColor(mCacheColorHint); in obtainView()2034 if (mCacheColorHint != 0) { in obtainView()2035 child.setDrawingCacheBackgroundColor(mCacheColorHint); in obtainView()5389 return mCacheColorHint; in getSolidColor()5403 if (color != mCacheColorHint) { in setCacheColorHint()5404 mCacheColorHint = color; in setCacheColorHint()5421 return mCacheColorHint; in getCacheColorHint()