Searched refs:list_item_grow (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.7.0/src/extra/themes/default/ |
D | lv_theme_default.c | 142 lv_style_t list_bg, list_btn, list_item_grow, list_label; member 625 style_init_reset(&styles->list_item_grow); in style_init() 626 lv_style_set_transform_width(&styles->list_item_grow, PAD_DEF); in style_init() 1051 lv_obj_add_style(obj, &styles->list_item_grow, 0); in theme_apply() 1057 lv_obj_add_style(obj, &styles->list_item_grow, LV_STATE_FOCUS_KEY); in theme_apply() 1058 lv_obj_add_style(obj, &styles->list_item_grow, LV_STATE_PRESSED); in theme_apply()
|