Home
last modified time | relevance | path

Searched refs:textColorRes (Results 1 – 2 of 2) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/common/button/ui/viewmodel/
DButtonStyle.kt26 @ColorRes open val textColorRes: Int, constant in com.android.wallpaper.picker.common.button.ui.viewmodel.ButtonStyle
31 textColorRes = R.color.system_on_primary,
36 textColorRes = R.color.system_on_surface,
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/common/button/ui/viewbinder/
DButtonViewBinder.kt39 button.setTextColor(parent.resources.getColor(viewModel.style.textColorRes, null)) in create()