Home
last modified time | relevance | path

Searched refs:obtainThemeColor (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/
H A DNotificationHistoryActivity.java171 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