Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_style.h171 void _lv_obj_style_create_transition(struct _lv_obj_t * obj, lv_part_t part, lv_state_t prev_state,
Dlv_obj.c939 _lv_obj_style_create_transition(obj, part_act, prev_state, new_state, &ts[i]); in lv_obj_set_state()
Dlv_obj_style.c324 void _lv_obj_style_create_transition(lv_obj_t * obj, lv_part_t part, lv_state_t prev_state, lv_stat… in _lv_obj_style_create_transition() function