Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_style_gen.h529 static inline const lv_anim_t * lv_obj_get_style_anim(const struct _lv_obj_t * obj, uint32_t part) in lv_obj_get_style_anim() function
/lvgl-3.7.0/src/widgets/
Dlv_label.c1022 const lv_anim_t * anim_template = lv_obj_get_style_anim(obj, LV_PART_MAIN); in lv_label_refr_text()