Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/theme/base/impl/
DAospThemeImpl.java42 private int textColorPrimaryInverse = -1; field in AospThemeImpl
64 android.R.attr.textColorPrimaryInverse, in AospThemeImpl()
78 textColorPrimaryInverse = array.getColor(/* index= */ 5, /* defValue= */ -1); in AospThemeImpl()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetyCenterQsFragment.java514 ? android.R.attr.textColorPrimaryInverse
623 android.R.attr.textColorPrimaryInverse));
727 inverse ? android.R.attr.textColorPrimaryInverse : android.R.attr.textColorPrimary;
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v31/
DPermissionUsageDetailsFragment.java156 ? android.R.attr.textColorPrimaryInverse in onCreateView()