Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/theme/base/
H A DTheme.java54 int getColorIconSecondary(); in getColorIconSecondary() method
/aosp12/packages/apps/Dialer/java/com/android/dialer/widget/
H A DEmptyContentView.java71 ColorStateList.valueOf(ThemeComponent.get(context).theme().getColorIconSecondary())); in EmptyContentView()
/aosp12/packages/apps/Dialer/java/com/android/dialer/theme/base/impl/
H A DAospThemeImpl.java129 public @ColorInt int getColorIconSecondary() { in getColorIconSecondary() method in AospThemeImpl