Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch.c41 static lv_anim_t * obj_set_opacity_anim(lv_obj_t * obj);
294 anim_up = obj_set_opacity_anim(hint_up); in lv_demo_smartwatch_show_scroll_hint()
295 anim_down = obj_set_opacity_anim(hint_down); in lv_demo_smartwatch_show_scroll_hint()
296 anim_left = obj_set_opacity_anim(hint_left); in lv_demo_smartwatch_show_scroll_hint()
297 anim_right = obj_set_opacity_anim(hint_right); in lv_demo_smartwatch_show_scroll_hint()
570 static lv_anim_t * obj_set_opacity_anim(lv_obj_t * obj) in obj_set_opacity_anim() function