Home
last modified time | relevance | path

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

/lvgl-3.5.0/examples/widgets/obj/
Dlv_example_obj_1.py1 obj1 = lv.obj(lv.scr_act()) variable
Dlv_example_obj_1.c6 lv_obj_t * obj1; in lv_example_obj_1() local
/lvgl-3.5.0/examples/anim/
Dlv_example_anim_timeline_1.c6 static lv_obj_t * obj1 = NULL; variable
/lvgl-3.5.0/src/core/
Dlv_obj_tree.c225 void lv_obj_swap(lv_obj_t * obj1, lv_obj_t * obj2) in lv_obj_swap()
Dlv_group.c156 void lv_group_swap_obj(lv_obj_t * obj1, lv_obj_t * obj2) in lv_group_swap_obj()