Home
last modified time | relevance | path

Searched defs:obj1 (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/examples/widgets/obj/
Dlv_example_obj_1.c6 lv_obj_t * obj1; in lv_example_obj_1() local
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_objid.c24 lv_obj_t * obj1 = lv_label_create(NULL); in test_obj_id_should_grow_by_one() local
/lvgl-latest/examples/anim/
Dlv_example_anim_timeline_1.c87 lv_obj_t * obj1 = lv_obj_create(par); in lv_example_anim_timeline_1() local
/lvgl-latest/tests/src/test_cases/
Dtest_observer.c525 lv_obj_t * obj1 = lv_slider_create(lv_screen_active()); in test_observer_deinit() local
/lvgl-latest/src/core/
Dlv_group.c142 void lv_group_swap_obj(lv_obj_t * obj1, lv_obj_t * obj2) in lv_group_swap_obj()
Dlv_obj_tree.c253 void lv_obj_swap(lv_obj_t * obj1, lv_obj_t * obj2) in lv_obj_swap()