Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/theme/base/impl/
DAospThemeImpl.java45 private int colorBackgroundFloating = -1; field in AospThemeImpl
67 android.R.attr.colorBackgroundFloating, in AospThemeImpl()
81 colorBackgroundFloating = array.getColor(/* index= */ 8, /* defValue= */ -1); in AospThemeImpl()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DThemes.java107 return getAttrColor(context, android.R.attr.colorBackgroundFloating); in getColorBackgroundFloating()
/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationHistoryActivity.java179 int backgroundColor = obtainThemeColor(android.R.attr.colorBackgroundFloating);