Searched refs:mCachedRendererBackgroundColor (Results 1 – 1 of 1) sorted by relevance
45 private int mCachedRendererBackgroundColor = INVALID_COLOR; field in AwContentsClient124 return mCachedRendererBackgroundColor; in getCachedRendererBackgroundColor()128 return mCachedRendererBackgroundColor != INVALID_COLOR; in isCachedRendererBackgroundColorValid()134 mCachedRendererBackgroundColor = color == INVALID_COLOR ? 1 : color; in onBackgroundColorChanged()