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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
BaseContentFragment.java 103 private int mIconBackgroundColor;
130 if (mIconBackgroundColor == Color.TRANSPARENT) {
131 mIconBackgroundColor = state.getInt(EXTRA_ICON_BACKGROUND, Color.TRANSPARENT);
142 outState.putInt(EXTRA_ICON_BACKGROUND, mIconBackgroundColor);
254 return mIconBackgroundColor;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationTemplateViewWrapper.java 51 private int mIconBackgroundColor;
78 mIconBackgroundColor = resolveBackgroundColor(mIcon);
209 int color = interpolateColor(mIconBackgroundColor, mIconBackgroundDarkColor, intensity);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
SettingsLayoutFragment.java 108 private int mIconBackgroundColor = Color.TRANSPARENT;
121 args.putInt(EXTRA_CONTENT_ICON_BACKGROUND, mIconBackgroundColor);
158 mIconBackgroundColor = iconBackgroundColor;
189 private int mIconBackgroundColor = Color.TRANSPARENT;
246 mIconBackgroundColor = state.getInt(EXTRA_CONTENT_ICON_BACKGROUND, Color.TRANSPARENT);
289 outState.putInt(EXTRA_CONTENT_ICON_BACKGROUND, mIconBackgroundColor);
501 iconImageView.setBackgroundColor(mIconBackgroundColor);
    [all...]
DialogFragment.java 106 private int mIconBackgroundColor = Color.TRANSPARENT;
120 args.putInt(EXTRA_CONTENT_ICON_BACKGROUND, mIconBackgroundColor);
159 mIconBackgroundColor = iconBackgroundColor;
202 private int mIconBackgroundColor = Color.TRANSPARENT;
233 if (mIconBackgroundColor == Color.TRANSPARENT) {
234 mIconBackgroundColor = state.getInt(EXTRA_CONTENT_ICON_BACKGROUND, Color.TRANSPARENT);
278 outState.putInt(EXTRA_CONTENT_ICON_BACKGROUND, mIconBackgroundColor);
430 if (mIconBackgroundColor != Color.TRANSPARENT) {
431 iconImageView.setBackgroundColor(mIconBackgroundColor);
    [all...]

Completed in 187 milliseconds