Searched refs:LV_OBJ_FLAG_LAYOUT_1 (Results 1 – 4 of 4) sorted by relevance
23 #define LV_OBJ_FLAG_FLEX_IN_NEW_TRACK LV_OBJ_FLAG_LAYOUT_1
112 LV_OBJ_FLAG_LAYOUT_1 = (1L << 23), /**< Custom flag, free to use by layouts*/ enumerator
234 …if((was_on_layout != lv_obj_is_layout_positioned(obj)) || (f & (LV_OBJ_FLAG_LAYOUT_1 | LV_OBJ_FLA… in lv_obj_add_flag()269 …if((was_on_layout != lv_obj_is_layout_positioned(obj)) || (f & (LV_OBJ_FLAG_LAYOUT_1 | LV_OBJ_FLA… in lv_obj_clear_flag()
125 - `LV_OBJ_FLAG_LAYOUT_1` Custom flag, free to use by layouts