Searched refs:LV_OBJ_FLAG_LAYOUT_2 (Results 1 – 3 of 3) sorted by relevance
113 LV_OBJ_FLAG_LAYOUT_2 = (1L << 24), /**< Custom flag, free to use by layouts*/ enumerator
253 …out != lv_obj_is_layout_positioned(obj)) || (f & (LV_OBJ_FLAG_LAYOUT_1 | LV_OBJ_FLAG_LAYOUT_2))) { in lv_obj_add_flag()288 …out != lv_obj_is_layout_positioned(obj)) || (f & (LV_OBJ_FLAG_LAYOUT_1 | LV_OBJ_FLAG_LAYOUT_2))) { in lv_obj_clear_flag()
126 - `LV_OBJ_FLAG_LAYOUT_2` Custom flag, free to use by layouts