Searched refs:backgroundDrawableRes (Results 1 – 2 of 2) sorted by relevance
27 @DrawableRes open val backgroundDrawableRes: Int, constant in com.android.wallpaper.picker.common.button.ui.viewmodel.ButtonStyle32 backgroundDrawableRes = R.drawable.primary_dialog_button_background,37 backgroundDrawableRes = R.drawable.secondary_dialog_button_background,
40 button.setBackgroundResource(viewModel.style.backgroundDrawableRes) in create()