Home
last modified time | relevance | path

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

/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c627 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/
Dlv_demo_ebike_stats.c494 lv_obj_set_style_max_height(chart, 260, 0); in chart_create()
/lvgl-latest/demos/benchmark/
Dlv_demo_benchmark.c637 lv_obj_set_style_max_height(table, lv_pct(100), 0); in summary_create()
/lvgl-latest/src/core/
Dlv_obj_style_gen.c53 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
Dlv_obj_style_gen.h771 void lv_obj_set_style_max_height(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);