Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_disp.c236 lv_obj_remove_local_style_prop(d->scr_to_load, LV_STYLE_OPA, 0); in lv_scr_load_anim()
263 lv_obj_remove_local_style_prop(new_scr, LV_STYLE_OPA, 0); in lv_scr_load_anim()
264 lv_obj_remove_local_style_prop(lv_scr_act(), LV_STYLE_OPA, 0); in lv_scr_load_anim()
529 lv_obj_remove_local_style_prop(a->var, LV_STYLE_OPA, 0); in scr_anim_ready()
Dlv_obj_style.h156 bool lv_obj_remove_local_style_prop(struct _lv_obj_t * obj, lv_style_prop_t prop, lv_style_selector…
Dlv_obj_style.c300 bool lv_obj_remove_local_style_prop(lv_obj_t * obj, lv_style_prop_t prop, lv_style_selector_t selec… in lv_obj_remove_local_style_prop() function
892 lv_obj_remove_local_style_prop(a->var, LV_STYLE_OPA, 0); in fade_in_anim_ready()
/lvgl-3.7.0/src/widgets/
Dlv_textarea.c486 lv_obj_remove_local_style_prop(obj, LV_STYLE_HEIGHT, LV_PART_MAIN); in lv_textarea_set_one_line()
/lvgl-3.7.0/docs/
DCHANGELOG.md307 - fix(style): add missing invalidation in lv_obj_remove_local_style_prop [`a0515ba`](https://github…