Searched refs:obj3 (Results 1 – 2 of 2) sorted by relevance
8 static lv_obj_t * obj3 = NULL; variable66 lv_anim_set_var(&a5, obj3); in anim_timeline_create()75 lv_anim_set_var(&a6, obj3); in anim_timeline_create()188 obj3 = lv_obj_create(par); in lv_example_anim_timeline_1()189 lv_obj_set_size(obj3, obj_width, obj_height); in lv_example_anim_timeline_1()
45 self.obj3 = lv.obj(self.par)46 self.obj3.set_size(self.obj_width, self.obj_height)96 self.a5.set_custom_exec_cb(lambda a,v: self.set_width(self.obj3,v))104 self.a6.set_custom_exec_cb(lambda a,v: self.set_height(self.obj3,v))