Home
last modified time | relevance | path

Searched refs:lv_obj_create (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_hal/
A Dlv_hal_disp.c138 disp->act_scr = lv_obj_create(NULL, NULL); /*Create a default screen on the display*/ in lv_disp_drv_register()
139 disp->top_layer = lv_obj_create(NULL, NULL); /*Create top layer on the display*/ in lv_disp_drv_register()
140 disp->sys_layer = lv_obj_create(NULL, NULL); /*Create top layer on the display*/ in lv_disp_drv_register()
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_win.c53 lv_obj_t * new_win = lv_obj_create(par, copy); in lv_win_create()
88 ext->header = lv_obj_create(new_win, NULL); in lv_win_create()
118 ext->header = lv_obj_create(new_win, copy_ext->header); in lv_win_create()
A Dlv_led.c58 lv_obj_t * new_led = lv_obj_create(par, copy); in lv_led_create()
A Dlv_arc.c56 lv_obj_t * new_arc = lv_obj_create(par, copy); in lv_arc_create()
A Dlv_line.c55 lv_obj_t * new_line = lv_obj_create(par, copy); in lv_line_create()
A Dlv_lmeter.c59 lv_obj_t * new_lmeter = lv_obj_create(par, copy); in lv_lmeter_create()
A Dlv_img.c63 new_img = lv_obj_create(par, copy); in lv_img_create()
A Dlv_tabview.c73 lv_obj_t * new_tabview = lv_obj_create(par, copy); in lv_tabview_create()
119 ext->indic = lv_obj_create(ext->btns, NULL); in lv_tabview_create()
157 ext->indic = lv_obj_create(ext->btns, copy_ext->indic); in lv_tabview_create()
A Dlv_bar.c63 lv_obj_t * new_bar = lv_obj_create(par, copy); in lv_bar_create()
A Dlv_cont.c69 lv_obj_t * new_cont = lv_obj_create(par, copy); in lv_cont_create()
A Dlv_table.c58 lv_obj_t * new_table = lv_obj_create(par, copy); in lv_table_create()
A Dlv_btnm.c72 lv_obj_t * new_btnm = lv_obj_create(par, copy); in lv_btnm_create()
A Dlv_calendar.c79 lv_obj_t * new_calendar = lv_obj_create(par, copy); in lv_calendar_create()
A Dlv_label.c74 lv_obj_t * new_label = lv_obj_create(par, copy); in lv_label_create()
A Dlv_chart.c74 lv_obj_t * new_chart = lv_obj_create(par, copy); in lv_chart_create()
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_obj.h279 lv_obj_t * lv_obj_create(lv_obj_t * parent, const lv_obj_t * copy);
A Dlv_obj.c131 lv_obj_t * lv_obj_create(lv_obj_t * parent, const lv_obj_t * copy) in lv_obj_create() function

Completed in 28 milliseconds