Searched refs:LV_STATE_ANY (Results 1 – 5 of 5) sorted by relevance
31 lv_obj_remove_style(obj, NULL, LV_PART_SCROLLBAR | LV_STATE_ANY); in lv_example_scroll_4()
57 … LV_STATE_ANY = 0xFFFF, /**< Special value can be used in some functions to target all states*/ enumerator
94 …_obj_remove_style(obj, NULL, (lv_style_selector_t)LV_PART_ANY | (lv_style_selector_t)LV_STATE_ANY); in lv_obj_remove_style_all()
118 if((state != LV_STATE_ANY && state_act != state) || in lv_obj_remove_style()
210 …selector` and remove all matching styles. The `selector` can use the `LV_STATE_ANY` and `LV_PART_A…