Searched refs:themeColor (Results 1 – 7 of 7) sorted by relevance
243 final int themeColor = themedContext.getColor( in updateThemeColors() local246 adjustColor(Color.red(themeColor)), in updateThemeColors()247 adjustColor(Color.green(themeColor)), in updateThemeColors()248 adjustColor(Color.blue(themeColor))}; in updateThemeColors()
176 final int themeColor = ConversationDrawables.get().getConversationThemeColor(); in bind() local178 final boolean visualStyleChanged = mThemeColor != themeColor || in bind()182 mThemeColor = themeColor; in bind()
61 static Drawable[] makeIconDrawable(@ColorInt int backgroundColor, @ColorInt int themeColor, in makeIconDrawable() argument67 backgroundColor != Color.TRANSPARENT && backgroundColor != themeColor; in makeIconDrawable()
438 public void setConversationThemeColor(final int themeColor) { in setConversationThemeColor() argument440 mMediaPicker.setConversationThemeColor(themeColor); in setConversationThemeColor()
1548 final int themeColor = ConversationDrawables.get().getConversationThemeColor(); in updateActionAndStatusBarColor() local1549 actionBar.setBackgroundDrawable(new ColorDrawable(themeColor)); in updateActionAndStatusBarColor()1550 UiUtils.setStatusBarColor(getActivity(), themeColor); in updateActionAndStatusBarColor() local
298 public void setConversationThemeColor(final int themeColor) { in setConversationThemeColor() argument299 mThemeColor = themeColor; in setConversationThemeColor()
246 final int themeColor = a.getColor( in EdgeEffect() local253 mPaint.setColor((themeColor & 0xffffff) | 0x33000000); in EdgeEffect()