Searched defs:mIconBackgroundColor (Results 1 – 3 of 3) sorted by relevance
45 private final int mIconBackgroundColor; field in ConversationMessageView178 .setBackground(getTintedDrawable(getContext(), iconBase, mIconBackgroundColor)); in updateViewContent() local
90 private int mIconBackgroundColor; field in BaseContentFragment