Lines Matching refs:lv_obj_remove_flag
194 lv_obj_remove_flag(dialog_window, LV_OBJ_FLAG_HIDDEN); /* show the dialog */ in lv_demo_smartwatch_show_dialog()
404 …lv_obj_remove_flag(dialog_window, LV_OBJ_FLAG_GESTURE_BUBBLE); /* block gesture events when active… in create_dialog_window()
423 lv_obj_remove_flag(dialog_panel, LV_OBJ_FLAG_SCROLLABLE); in create_dialog_window()
463 lv_obj_remove_flag(dialog_close, LV_OBJ_FLAG_SCROLLABLE); in create_dialog_window()
484 lv_obj_remove_flag(hint_panel, LV_OBJ_FLAG_CLICKABLE); in create_scroll_hints()
500 lv_obj_remove_flag(hint_up, LV_OBJ_FLAG_SCROLLABLE); in create_scroll_hints()
501 lv_obj_remove_flag(hint_up, LV_OBJ_FLAG_CLICKABLE); in create_scroll_hints()
515 lv_obj_remove_flag(hint_down, LV_OBJ_FLAG_SCROLLABLE); in create_scroll_hints()
516 lv_obj_remove_flag(hint_down, LV_OBJ_FLAG_CLICKABLE); in create_scroll_hints()
530 lv_obj_remove_flag(hint_left, LV_OBJ_FLAG_SCROLLABLE); in create_scroll_hints()
531 lv_obj_remove_flag(hint_left, LV_OBJ_FLAG_CLICKABLE); in create_scroll_hints()
545 lv_obj_remove_flag(hint_right, LV_OBJ_FLAG_SCROLLABLE); in create_scroll_hints()
546 lv_obj_remove_flag(hint_right, LV_OBJ_FLAG_CLICKABLE); in create_scroll_hints()
560 lv_obj_remove_flag(obj, LV_OBJ_FLAG_HIDDEN); in lv_demo_obj_set_hidden()