Searched refs:lv_obj_set_style_max_height (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 627 lv_obj_set_style_max_height(chart1_cont, 300, 0); in analytics_create() 641 lv_obj_set_style_max_height(chart2_cont, 300, 0); in analytics_create() 969 lv_obj_set_style_max_height(chart3, 300, 0); in shop_create() 986 lv_obj_set_style_max_height(list, 300, 0); in shop_create() 1011 lv_obj_set_style_max_height(notifications, 300, 0); in shop_create() 1290 lv_obj_set_style_max_height(kb, LV_HOR_RES * 2 / 3, 0); in ta_event_cb()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_stats.c | 494 lv_obj_set_style_max_height(chart, 260, 0); in chart_create()
|
/lvgl-latest/demos/benchmark/ |
D | lv_demo_benchmark.c | 637 lv_obj_set_style_max_height(table, lv_pct(100), 0); in summary_create()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 53 void lv_obj_set_style_max_height(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_max_height() function
|
D | lv_obj_style_gen.h | 771 void lv_obj_set_style_max_height(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
|