Searched refs:lv_obj_set_user_data (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_util.c | 162 lv_obj_set_user_data(base_obj, c); in lv_demo_high_res_base_obj_create() 396 lv_obj_set_user_data(label, c); in lv_demo_high_res_label_bind_temperature() 598 lv_obj_set_user_data(base_obj, NULL); in free_ctx_event_cb()
|
D | lv_demo_high_res_home.c | 207 lv_obj_set_user_data(light_theme_icon, dark_theme_icon); in lv_demo_high_res_home() 210 lv_obj_set_user_data(dark_theme_icon, light_theme_icon); in lv_demo_high_res_home()
|
D | lv_demo_high_res_app_about.c | 137 lv_obj_set_user_data(play_pause, c); in lv_demo_high_res_app_about()
|
D | lv_demo_high_res_app_smart_meter.c | 311 lv_obj_set_user_data(box, c); in create_widget1() 564 lv_obj_set_user_data(chart, anim_values); in widget3_chart_selected_day_observer_cb()
|
D | lv_demo_high_res_app_thermostat.c | 256 lv_obj_set_user_data(label, (void *)(intptr_t)label_val); in widget2_temperature_button_clicked_cb() 293 lv_obj_set_user_data(temperature_label, (void *)(intptr_t)temperature_val); in create_widget2_value()
|
D | lv_demo_high_res_top_margin.c | 158 lv_obj_set_user_data(icon, img_dsc_pair); in create_icon()
|
D | lv_demo_high_res_app_ev_charging.c | 114 lv_obj_set_user_data(bg_cont, anim_state); in lv_demo_high_res_app_ev_charging()
|
/lvgl-latest/src/core/ |
D | lv_obj.h | 286 void lv_obj_set_user_data(lv_obj_t * obj, void * user_data);
|
D | lv_obj.c | 462 void lv_obj_set_user_data(lv_obj_t * obj, void * user_data) in lv_obj_set_user_data() function
|
/lvgl-latest/demos/flex_layout/ |
D | lv_demo_flex_layout_view_ctrl_pad.c | 207 lv_obj_set_user_data(spinbox, (void *)(lv_uintptr_t)prop); in spinbox_ctrl_create()
|