Searched refs:mIconBackgroundColor (Results 1 – 3 of 3) sorted by relevance
90 private int mIconBackgroundColor; field in BaseContentFragment114 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()
45 private final int mIconBackgroundColor; field in ConversationMessageView77 mIconBackgroundColor = a.getColor(R.styleable.ConversationMessageView_iconBackgroundColor, in ConversationMessageView()178 .setBackground(getTintedDrawable(getContext(), iconBase, mIconBackgroundColor)); in updateViewContent() local