Searched refs:mIconTextColor (Results 1 – 3 of 3) sorted by relevance
105 private final int mIconTextColor; field in PredictionRowView138 mIconTextColor = Themes.getAttrColor(context, android.R.attr.textColorSecondary); in PredictionRowView()139 mIconFullTextAlpha = Color.alpha(mIconTextColor); in PredictionRowView()258 int iconColor = setColorAlphaBound(mIconTextColor, mIconCurrentTextAlpha); in applyPredictionApps()332 int iconColor = setColorAlphaBound(mIconTextColor, mIconCurrentTextAlpha); in setTextAlpha()
44 private final int mIconTextColor; field in ConversationMessageView76 mIconTextColor = a.getColor(R.styleable.ConversationMessageView_iconTextColor, 0); in ConversationMessageView()175 mContactIconView.setTextColor(mIconTextColor); in updateViewContent()