Home
last modified time | relevance | path

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

/lvgl-latest/src/themes/mono/
Dlv_theme_mono.c51 lv_style_t large_border; member
139 style_init_reset(&theme->styles.large_border); in style_init()
140 lv_style_set_border_width(&theme->styles.large_border, BORDER_W_EDIT); in style_init()
298 lv_obj_add_style(obj, &theme->styles.large_border, LV_PART_ITEMS | LV_STATE_FOCUS_KEY); in theme_apply()
311 lv_obj_add_style(obj, &theme->styles.large_border, LV_PART_ITEMS | LV_STATE_FOCUS_KEY); in theme_apply()
322 lv_obj_add_style(obj, &theme->styles.large_border, LV_PART_ITEMS | LV_STATE_FOCUS_KEY); in theme_apply()
455 lv_obj_add_style(obj, &theme->styles.large_border, LV_PART_ITEMS | LV_STATE_FOCUS_KEY); in theme_apply()
467 lv_obj_add_style(obj, &theme->styles.large_border, LV_PART_ITEMS | LV_STATE_EDITED); in theme_apply()
483 lv_obj_add_style(obj, &theme->styles.large_border, LV_STATE_EDITED); in theme_apply()