Home
last modified time | relevance | path

Searched defs:textColorPrimary (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerItem.kt72 val textColorPrimary = ThemeUtils.resolveColor(c, attr.textColorPrimary) in onFinishInflate() constant
/packages/apps/Dialer/java/com/android/dialer/theme/base/impl/
DAospThemeImpl.java40 private int textColorPrimary = -1; field in AospThemeImpl
/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DChooseLockPasswordTest.java530 @ColorInt final int textColorPrimary = Utils.getColorAttrDefaultColor(passwordActivity, in defaultMessage_shouldBeInTextColorPrimary() local
548 @ColorInt final int textColorPrimary = Utils.getColorAttrDefaultColor(passwordActivity, in errorMessage_shouldBeColorError() local
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.kt155 val textColorPrimary = ThemeUtils.resolveColor(c, android.R.attr.textColorPrimary) in <lambda>() constant