Searched refs:lv_obj_remove_local_style_prop (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/core/ |
D | lv_obj_style.h | 161 bool lv_obj_remove_local_style_prop(lv_obj_t * obj, lv_style_prop_t prop, lv_style_selector_t selec…
|
D | lv_obj_style.c | 400 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 1055 lv_obj_remove_local_style_prop(a->var, LV_STYLE_OPA, 0); in fade_in_anim_completed()
|
/lvgl-latest/src/display/ |
D | lv_display.c | 652 lv_obj_remove_local_style_prop(d->scr_to_load, LV_STYLE_OPA, 0); in lv_screen_load_anim() 675 lv_obj_remove_local_style_prop(new_scr, LV_STYLE_OPA, 0); in lv_screen_load_anim() 676 if(act_scr) lv_obj_remove_local_style_prop(act_scr, LV_STYLE_OPA, 0); in lv_screen_load_anim() 1202 lv_obj_remove_local_style_prop(a->var, LV_STYLE_OPA, 0); in scr_anim_completed()
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 590 lv_obj_remove_local_style_prop(obj, LV_STYLE_HEIGHT, LV_PART_MAIN); in lv_textarea_set_one_line()
|