Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/lvgl_demo/rk_demo/setting/
H A Dlanguage_and_date_ui.c23 static lv_obj_t * btn_confirm; variable
75 lv_obj_align_to(btn_confirm, time_roller[1], LV_ALIGN_OUT_BOTTOM_MID, 0, 10); in roller_drawed()
119 btn_confirm = lv_btn_create(mask); in show_time_setting()
120 lv_obj_align_to(btn_confirm, time_roller[1], LV_ALIGN_OUT_BOTTOM_MID, 0, 10); in show_time_setting()
121 lv_obj_add_event_cb(btn_confirm, confirm_cb, LV_EVENT_CLICKED, NULL); in show_time_setting()
122 obj = lv_label_create(btn_confirm); in show_time_setting()