Searched refs:mBackgroundColor (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DEditStyledText.java132 private int mBackgroundColor; field in class:EditStyledText
376 mBackgroundColor = color;
472 return mBackgroundColor;
507 mBackgroundColor = DEFAULT_BACKGROUND_COLOR;
744 mEST.mBackgroundColor = DEFAULT_BACKGROUND_COLOR;
788 mEST.mBackgroundColor != DEFAULT_BACKGROUND_COLOR) {
/frameworks/base/core/java/android/webkit/
H A DWebView.java814 private int mBackgroundColor = Color.WHITE; field in class:WebView
3456 drawCoreAndCursorRing(canvas, mBackgroundColor, mDrawCursorRing);
3470 canvas.drawColor(mBackgroundColor);
7808 mBackgroundColor = color;

Completed in 142 milliseconds