Searched refs:colorResId (Results 1 – 2 of 2) sorted by relevance
70 int colorResId = light ? R.color.user_icon_default_white : R.color.user_icon_default_gray; in getDefaultUserIcon() local73 colorResId = USER_ICON_COLORS[userId % USER_ICON_COLORS.length]; in getDefaultUserIcon()76 icon.setColorFilter(resources.getColor(colorResId, null), Mode.SRC_IN); in getDefaultUserIcon()
168 int colorResId = appInfo.metaData.getInt( in getAppNotificationColor() local170 if (colorResId != 0) { in getAppNotificationColor()174 return resources.getColor(colorResId, context.getTheme()); in getAppNotificationColor()176 Log.e(TAG, "Error while loading notification color: " + colorResId + " for " in getAppNotificationColor()