Home
last modified time | relevance | path

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

/lvgl-2.7.6/src/lv_themes/
Dlv_theme_material.c157 lv_style_t spinbox_cursor; member
710 style_init_reset(&styles->spinbox_cursor); in spinbox_init()
711 lv_style_set_bg_opa(&styles->spinbox_cursor, LV_STATE_DEFAULT, LV_OPA_COVER); in spinbox_init()
712 lv_style_set_bg_color(&styles->spinbox_cursor, LV_STATE_DEFAULT, theme.color_primary); in spinbox_init()
713 lv_style_set_text_color(&styles->spinbox_cursor, LV_STATE_DEFAULT, LV_COLOR_WHITE); in spinbox_init()
714 lv_style_set_pad_top(&styles->spinbox_cursor, LV_STATE_DEFAULT, LV_DPX(100)); in spinbox_init()
715 lv_style_set_pad_bottom(&styles->spinbox_cursor, LV_STATE_DEFAULT, LV_DPX(100)); in spinbox_init()
1325 _lv_style_list_add_style(list, &styles->spinbox_cursor); in theme_apply()