Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/
DGutsViewHolder.kt27 import com.android.systemui.media.controls.ui.animation.textPrimaryFromScheme
71 setTextPrimaryColor(textPrimaryFromScheme(scheme)) in setColors()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/animation/
DMediaColorSchemes.kt31 internal fun textPrimaryFromScheme(scheme: ColorScheme) = scheme.neutral1.s50 // N1-50 method
DColorSchemeTransition.kt179 ::textPrimaryFromScheme
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/viewmodel/
DMediaRecommendationsViewModel.kt42 import com.android.systemui.media.controls.ui.animation.textPrimaryFromScheme in <lambda>()
145 val textPrimaryColor = textPrimaryFromScheme(scheme) in <lambda>()
225 textPrimaryColor = textPrimaryFromScheme(scheme), in <lambda>()
DMediaControlViewModel.kt38 import com.android.systemui.media.controls.ui.animation.textPrimaryFromScheme in <lambda>()
264 textPrimaryColor = textPrimaryFromScheme(scheme), in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaControlPanel.java1662 int textPrimaryColor = MediaColorSchemesKt.textPrimaryFromScheme(colorScheme);