Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DBaseContentFragment.java90 private int mIconBackgroundColor; field in BaseContentFragment
114 if (mIconBackgroundColor == Color.TRANSPARENT) { in onCreate()
115 mIconBackgroundColor = state.getInt(EXTRA_ICON_BACKGROUND, Color.TRANSPARENT); in onCreate()
125 outState.putInt(EXTRA_ICON_BACKGROUND, mIconBackgroundColor); in onSaveInstanceState()
194 return mIconBackgroundColor; in getIconBackgroundColor()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DConversationMessageView.java45 private final int mIconBackgroundColor; field in ConversationMessageView
77 mIconBackgroundColor = a.getColor(R.styleable.ConversationMessageView_iconBackgroundColor, in ConversationMessageView()
178 .setBackground(getTintedDrawable(getContext(), iconBase, mIconBackgroundColor)); in updateViewContent() local
/packages/apps/Settings/src/com/android/settings/display/
DConversationMessageView.java45 private final int mIconBackgroundColor; field in ConversationMessageView
77 mIconBackgroundColor = a.getColor(R.styleable.ConversationMessageView_iconBackgroundColor, in ConversationMessageView()
178 .setBackground(getTintedDrawable(getContext(), iconBase, mIconBackgroundColor)); in updateViewContent() local