Lines Matching refs:child
9 child = lv.obj(panel) variable
10 child.set_pos(0, 0)
11 label = lv.label(child)
15 child = lv.obj(panel) variable
16 child.set_pos(-40, 100)
17 label = lv.label(child)
21 child = lv.obj(panel) variable
22 child.set_pos(90, -30)
23 label = lv.label(child)
27 child = lv.obj(panel) variable
28 child.set_pos(150, 80)
29 label = lv.label(child)
33 child = lv.obj(panel) variable
34 child.set_pos(60, 170)
35 label = lv.label(child)