Home
last modified time | relevance | path

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

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwContentsClient.java45 private int mCachedRendererBackgroundColor = INVALID_COLOR; field in AwContentsClient
124 return mCachedRendererBackgroundColor; in getCachedRendererBackgroundColor()
128 return mCachedRendererBackgroundColor != INVALID_COLOR; in isCachedRendererBackgroundColorValid()
134 mCachedRendererBackgroundColor = color == INVALID_COLOR ? 1 : color; in onBackgroundColorChanged()