Home
last modified time | relevance | path

Searched defs:exec_cb (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_anim.h71 lv_anim_exec_xcb_t exec_cb; /**< Function to execute to animate*/ member
120 static inline void lv_anim_set_exec_cb(lv_anim_t * a, void * var, lv_anim_exec_xcb_t exec_cb) in lv_anim_set_exec_cb()
158 static inline void lv_anim_set_custom_exec_cb(lv_anim_t * a, lv_anim_custom_exec_cb_t exec_cb) in lv_anim_set_custom_exec_cb()
251 static inline bool lv_anim_custom_del(lv_anim_t * a, lv_anim_custom_exec_cb_t exec_cb) in lv_anim_custom_del()
A Dlv_anim.c116 bool lv_anim_del(void * var, lv_anim_exec_xcb_t exec_cb) in lv_anim_del()

Completed in 4 milliseconds