Searched refs:lv_obj_set_style_max_height (Results 1 – 3 of 3) sorted by relevance
/lvgl-3.5.0/demos/widgets/ |
D | lv_demo_widgets.c | 542 lv_obj_set_style_max_height(chart1_cont, 300, 0); in analytics_create() 584 lv_obj_set_style_max_height(chart2_cont, 300, 0); in analytics_create() 884 lv_obj_set_style_max_height(chart3, 300, 0); in shop_create() 902 lv_obj_set_style_max_height(list, 300, 0); in shop_create() 927 lv_obj_set_style_max_height(notifications, 300, 0); in shop_create() 1210 lv_obj_set_style_max_height(kb, LV_HOR_RES * 2 / 3, 0); in ta_event_cb()
|
/lvgl-3.5.0/src/core/ |
D | lv_obj_style_gen.c | 43 void lv_obj_set_style_max_height(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t sele… in lv_obj_set_style_max_height() function
|
D | lv_obj_style_gen.h | 570 void lv_obj_set_style_max_height(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t sele…
|