Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/lvgl_demo/rk_demo/smart_home/
H A Dsmart_home_ui.c105 static void btn_drawed_cb(lv_event_t * e) in btn_drawed_cb() function
161 lv_obj_add_event_cb(btn_return, btn_drawed_cb, LV_EVENT_CLICKED, NULL); in smart_home_ui_init()
162 lv_obj_add_event_cb(btn_return, btn_drawed_cb, LV_EVENT_DRAW_POST_END, NULL); in smart_home_ui_init()
/OK3568_Linux_fs/app/lvgl_demo/rk_demo/setting/
H A Dsetting_ui.c125 static void btn_drawed_cb(lv_event_t * e) in btn_drawed_cb() function
168 lv_obj_add_event_cb(btn_return, btn_drawed_cb, LV_EVENT_CLICKED, NULL); in setting_ui_init()
169 lv_obj_add_event_cb(btn_return, btn_drawed_cb, LV_EVENT_DRAW_POST_END, NULL); in setting_ui_init()