HomeSort by relevance Sort by last modified time
    Searched refs:mBackgroundColor (Results 1 - 4 of 4) sorted by null

  /packages/apps/Mms/src/com/android/mms/model/
RegionModel.java 28 private String mBackgroundColor;
48 mBackgroundColor = bgColor;
134 * @return the mBackgroundColor
137 return mBackgroundColor;
141 * @param bgColor the mBackgroundColor to set
144 mBackgroundColor = bgColor;
  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java 88 protected int mBackgroundColor;
101 sFallbackPalette.mBackgroundColor = Color.WHITE;
119 pal.mBackgroundColor = Color.parseColor(val);
135 return mBackgroundColor;
172 protected int mBackgroundColor;
185 sFallbackPalette.mBackgroundColor = Color.WHITE;
209 pal.mBackgroundColor = Color.parseColor(val);
223 return mBackgroundColor;
  /frameworks/base/core/java/com/android/internal/widget/
EditStyledText.java 132 private int mBackgroundColor;
376 mBackgroundColor = color;
472 return mBackgroundColor;
507 mBackgroundColor = DEFAULT_BACKGROUND_COLOR;
744 mEST.mBackgroundColor = DEFAULT_BACKGROUND_COLOR;
788 mEST.mBackgroundColor != DEFAULT_BACKGROUND_COLOR) {
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]

Completed in 90 milliseconds