Searched refs:obtainThemeColor (Results 1 – 1 of 1) sorted by relevance
171 int textColor = obtainThemeColor(android.R.attr.textColorPrimary);172 int backgroundColor = obtainThemeColor(android.R.attr.colorBackgroundFloating);314 private @ColorInt int obtainThemeColor(@AttrRes int attrRes) { in obtainThemeColor() method in NotificationHistoryActivity