Searched refs:obj_style (Results 1 – 2 of 2) sorted by relevance
732 lv_obj_style_t * obj_style = &obj->styles[i]; in get_prop_core() local733 if(obj_style->is_trans == false) break; in get_prop_core()739 if((obj_style->style->has_group & group) == 0) continue; in get_prop_core()740 found = lv_style_get_prop_inlined(obj_style->style, prop, v); in get_prop_core()748 lv_obj_style_t * obj_style = &obj->styles[i]; in get_prop_core() local760 found = lv_style_get_prop_inlined(obj_style->style, prop, v); in get_prop_core()969 lv_obj_style_t * obj_style = &obj->styles[i]; in trans_anim_completed_cb() local970 lv_style_remove_prop((lv_style_t *)obj_style->style, prop); in trans_anim_completed_cb()973 lv_obj_remove_style(obj, (lv_style_t *)obj_style->style, obj_style->selector); in trans_anim_completed_cb()
923 lv_obj_style_t * obj_style = &obj->styles[i]; in update_obj_state() local927 if(obj_style->is_trans) continue; in update_obj_state()930 …if(lv_style_get_prop_inlined(obj_style->style, LV_STYLE_TRANSITION, &v) != LV_STYLE_RES_FOUND) con… in update_obj_state()951 ts[tsi].selector = obj_style->selector; in update_obj_state()