Home
last modified time | relevance | path

Searched refs:lv_obj_remove_flag (Results 1 – 25 of 77) sorted by relevance

1234

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_home.c104 lv_obj_remove_flag(home_panel, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_home_create()
247 lv_obj_remove_flag(hint_panel, LV_OBJ_FLAG_HIDDEN); in lv_demo_smartwatch_show_home_hint()
280 lv_obj_remove_flag(face_item, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_add_watchface()
281 lv_obj_remove_flag(face_item, LV_OBJ_FLAG_SCROLL_ONE); in lv_demo_smartwatch_add_watchface()
301 lv_obj_remove_flag(face_preview, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_add_watchface()
320 lv_obj_remove_flag(clock_screen, LV_OBJ_FLAG_SCROLLABLE); in create_screen_home()
363 lv_obj_remove_flag(weather_icon, LV_OBJ_FLAG_SCROLLABLE); in create_screen_home()
398 lv_obj_remove_flag(alert_panel, LV_OBJ_FLAG_GESTURE_BUBBLE | LV_OBJ_FLAG_SCROLLABLE); in create_screen_home()
415 lv_obj_remove_flag(alert_icon, LV_OBJ_FLAG_SCROLLABLE); in create_screen_home()
455 lv_obj_remove_flag(hint_panel, LV_OBJ_FLAG_CLICKABLE); in create_home_hints()
[all …]
Dlv_demo_smartwatch_control.c57 lv_obj_remove_flag(control_screen, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_control_create()
96 lv_obj_remove_flag(control_music_play, LV_OBJ_FLAG_SCROLLABLE); in control_screen_create()
110 lv_obj_remove_flag(control_music_previous, LV_OBJ_FLAG_SCROLLABLE); in control_screen_create()
124 lv_obj_remove_flag(control_music_next, LV_OBJ_FLAG_SCROLLABLE); in control_screen_create()
139 lv_obj_remove_flag(control_bluetooth_icon, LV_OBJ_FLAG_SCROLLABLE); in control_screen_create()
170 lv_obj_remove_flag(control_brightness_icon, LV_OBJ_FLAG_SCROLLABLE); in control_screen_create()
183 lv_obj_remove_flag(control_volume_up, LV_OBJ_FLAG_SCROLLABLE); in control_screen_create()
197 lv_obj_remove_flag(control_volume_down, LV_OBJ_FLAG_SCROLLABLE); in control_screen_create()
Dlv_demo_smartwatch.c194 lv_obj_remove_flag(dialog_window, LV_OBJ_FLAG_HIDDEN); /* show the dialog */ in lv_demo_smartwatch_show_dialog()
404lv_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()
[all …]
Dlv_demo_smartwatch_qr.c120 lv_obj_remove_flag(qr_item, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_qr_list_add()
122 lv_obj_remove_flag(qr_item, LV_OBJ_FLAG_SCROLL_ONE); in lv_demo_smartwatch_qr_list_add()
133 lv_obj_remove_flag(qr_icon, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_qr_list_add()
144 lv_obj_remove_flag(qr_image, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_qr_list_add()
165 lv_obj_remove_flag(qr_screen, LV_OBJ_FLAG_SCROLLABLE); in qr_screen_create()
Dlv_demo_smartwatch_settings.c82 lv_obj_remove_flag(panel, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_settings_add_slider()
105 lv_obj_remove_flag(slider, LV_OBJ_FLAG_GESTURE_BUBBLE); in lv_demo_smartwatch_settings_add_slider()
113 lv_obj_remove_flag(icon, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_settings_add_slider()
135 lv_obj_remove_flag(panel, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_settings_add_toggle()
154 lv_obj_remove_flag(icon, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_settings_add_toggle()
193 lv_obj_remove_flag(panel, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_settings_add_dropdown()
229 lv_obj_remove_flag(icon, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_settings_add_dropdown()
251 lv_obj_remove_flag(panel, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_settings_add_label()
271 lv_obj_remove_flag(icon, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_settings_add_label()
467 lv_obj_remove_flag(settings_screen, LV_OBJ_FLAG_SCROLLABLE); in create_screen_settings()
Dlv_demo_smartwatch_easter_egg.c242 lv_obj_remove_flag(easter_egg_screen, LV_OBJ_FLAG_SCROLLABLE); in create_screen_easter_egg()
251 lv_obj_remove_flag(lvgl_logo_black, LV_OBJ_FLAG_SCROLLABLE); in create_screen_easter_egg()
258 lv_obj_remove_flag(lvgl_logo_blue, LV_OBJ_FLAG_SCROLLABLE); in create_screen_easter_egg()
265 lv_obj_remove_flag(lvgl_logo_red, LV_OBJ_FLAG_SCROLLABLE); in create_screen_easter_egg()
272 lv_obj_remove_flag(lvgl_logo_green, LV_OBJ_FLAG_SCROLLABLE); in create_screen_easter_egg()
Dlv_demo_smartwatch_list.c78 lv_obj_remove_flag(app_list_screen, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_list_create()
171 lv_obj_remove_flag(panel, LV_OBJ_FLAG_SCROLLABLE); in add_external_app()
190 lv_obj_remove_flag(icon, LV_OBJ_FLAG_SCROLLABLE); in add_external_app()
212 lv_obj_remove_flag(panel, LV_OBJ_FLAG_SCROLLABLE); in add_app_list()
231 lv_obj_remove_flag(icon, LV_OBJ_FLAG_SCROLLABLE); in add_app_list()
Dlv_demo_smartwatch_weather.c119 lv_obj_remove_flag(info_daily, LV_OBJ_FLAG_HIDDEN); in lv_demo_smartwatch_weather_daily_clear()
125 lv_obj_remove_flag(info_hourly, LV_OBJ_FLAG_HIDDEN); in lv_demo_smartwatch_weather_hourly_clear()
136 lv_obj_remove_flag(panel, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_weather_add_daily()
164 lv_obj_remove_flag(icon, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_weather_add_daily()
189 lv_obj_remove_flag(panel, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_weather_add_hourly()
213 lv_obj_remove_flag(hour_icon, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_weather_add_hourly()
265 lv_obj_remove_flag(weather_panel, LV_OBJ_FLAG_SCROLLABLE); in create_screen_weather()
288 lv_obj_remove_flag(weather_current_icon, LV_OBJ_FLAG_SCROLLABLE); in create_screen_weather()
Dlv_demo_smartwatch_notifications.c102 lv_obj_remove_flag(empty_info, LV_OBJ_FLAG_HIDDEN); in lv_demo_smartwatch_clear_notifications()
113 lv_obj_remove_flag(notification_item, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_add_notification()
132 lv_obj_remove_flag(notification_icon, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_add_notification()
341 lv_obj_remove_flag(message_icon, LV_OBJ_FLAG_SCROLLABLE); in create_screen_notifications()
/lvgl-latest/src/widgets/menu/
Dlv_menu.c247 lv_obj_remove_flag(menu->sidebar_header_back_btn, LV_OBJ_FLAG_HIDDEN); in lv_menu_set_page()
252 lv_obj_remove_flag(menu->sidebar_header_back_btn, LV_OBJ_FLAG_CLICKABLE); in lv_menu_set_page()
257 lv_obj_remove_flag(menu->main_header_back_btn, LV_OBJ_FLAG_HIDDEN); in lv_menu_set_page()
262 lv_obj_remove_flag(menu->main_header_back_btn, LV_OBJ_FLAG_CLICKABLE); in lv_menu_set_page()
268 lv_obj_remove_flag(menu->main_header_back_btn, LV_OBJ_FLAG_HIDDEN); in lv_menu_set_page()
273 lv_obj_remove_flag(menu->main_header_back_btn, LV_OBJ_FLAG_CLICKABLE); in lv_menu_set_page()
299 lv_obj_remove_flag(sidebar_cont, LV_OBJ_FLAG_CLICKABLE); in lv_menu_set_sidebar_page()
307 lv_obj_remove_flag(sidebar_header, LV_OBJ_FLAG_CLICKABLE); in lv_menu_set_sidebar_page()
375 lv_obj_remove_flag(obj, LV_OBJ_FLAG_SCROLLABLE); in lv_menu_set_load_page_event()
564 lv_obj_remove_flag(main_cont, LV_OBJ_FLAG_CLICKABLE); in lv_menu_constructor()
[all …]
/lvgl-latest/demos/multilang/
Dlv_demo_multilang.c246 lv_obj_remove_flag(lv_layer_top(), LV_OBJ_FLAG_CLICKABLE); in inactive_timer_cb()
277 lv_obj_remove_flag(cont, LV_OBJ_FLAG_CLICKABLE); in scroll_event_cb()
298 lv_obj_remove_flag(cont, LV_OBJ_FLAG_SCROLL_ELASTIC); in card_create()
303 lv_obj_remove_flag(remove, LV_OBJ_FLAG_SNAPPABLE); in card_create()
305 lv_obj_remove_flag(remove, LV_OBJ_FLAG_CLICKABLE); in card_create()
316lv_obj_remove_flag(card, LV_OBJ_FLAG_CLICKABLE | LV_OBJ_FLAG_SCROLLABLE | LV_OBJ_FLAG_SCROLL_CHAIN… in card_create()
335 lv_obj_remove_flag(card, LV_OBJ_FLAG_SCROLL_CHAIN_HOR); in card_create()
/lvgl-latest/examples/scroll/
Dlv_example_scroll_2.c13 else lv_obj_remove_flag(list, LV_OBJ_FLAG_SCROLL_ONE); in sw_event_cb()
36 lv_obj_remove_flag(btn, LV_OBJ_FLAG_SNAPPABLE); in lv_example_scroll_2()
/lvgl-latest/src/widgets/msgbox/
Dlv_msgbox.c116 lv_obj_remove_flag(parent, LV_OBJ_FLAG_IGNORE_LAYOUT); in lv_msgbox_create()
152 lv_obj_remove_flag(mbox->header, LV_OBJ_FLAG_SCROLLABLE); in lv_msgbox_add_title()
177 lv_obj_remove_flag(btn, LV_OBJ_FLAG_SCROLLABLE); in lv_msgbox_add_header_button()
210 lv_obj_remove_flag(mbox->footer, LV_OBJ_FLAG_SCROLLABLE); in lv_msgbox_add_footer_button()
217 lv_obj_remove_flag(btn, LV_OBJ_FLAG_SCROLLABLE); in lv_msgbox_add_footer_button()
/lvgl-latest/demos/scroll/
Dlv_demo_scroll.c97 lv_obj_remove_flag(list, flag); in switch_create()
109 else lv_obj_remove_flag(list, flag); in generic_switch_event_cb()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_obj_flags.c47 lv_obj_remove_flag(btn_1, LV_OBJ_FLAG_SCROLL_ON_FOCUS); in test_obj_flag_overflow_visible_1()
65 lv_obj_remove_flag(btn_2, LV_OBJ_FLAG_SCROLL_ON_FOCUS); in test_obj_flag_overflow_visible_1()
/lvgl-latest/src/widgets/calendar/
Dlv_calendar_header_arrow.c86 lv_obj_remove_flag(mo_prev, LV_OBJ_FLAG_CLICK_FOCUSABLE); in my_constructor()
98 lv_obj_remove_flag(mo_next, LV_OBJ_FLAG_CLICK_FOCUSABLE); in my_constructor()
/lvgl-latest/examples/widgets/arc/
Dlv_example_arc_2.c20 lv_obj_remove_flag(arc, LV_OBJ_FLAG_CLICKABLE); /*To not allow adjusting by click*/ in lv_example_arc_2()
/lvgl-latest/src/widgets/button/
Dlv_button.c66 lv_obj_remove_flag(obj, LV_OBJ_FLAG_SCROLLABLE); in lv_button_constructor()
/lvgl-latest/examples/widgets/button/
Dlv_example_button_1.c23 lv_obj_remove_flag(btn1, LV_OBJ_FLAG_PRESS_LOCK); in lv_example_button_1()
/lvgl-latest/demos/music/
Dlv_demo_music_main.c394 lv_obj_remove_flag(main_cont, LV_OBJ_FLAG_CLICKABLE); in create_cont()
395 lv_obj_remove_flag(main_cont, LV_OBJ_FLAG_SCROLL_ELASTIC); in create_cont()
408 lv_obj_remove_flag(player, LV_OBJ_FLAG_SNAPPABLE); in create_cont()
419 lv_obj_remove_flag(placeholder1, LV_OBJ_FLAG_CLICKABLE); in create_cont()
423 lv_obj_remove_flag(placeholder2, LV_OBJ_FLAG_CLICKABLE); in create_cont()
428 lv_obj_remove_flag(placeholder3, LV_OBJ_FLAG_CLICKABLE); in create_cont()
555 lv_obj_remove_flag(obj, LV_OBJ_FLAG_CLICKABLE | LV_OBJ_FLAG_SCROLLABLE); in create_spectrum_obj()
568 lv_obj_remove_flag(cont, LV_OBJ_FLAG_SCROLL_ON_FOCUS); in create_ctrl_box()
620 lv_obj_remove_flag(slider_obj, LV_OBJ_FLAG_SCROLL_ON_FOCUS); in create_ctrl_box()
970 lv_obj_remove_flag(img, LV_OBJ_FLAG_GESTURE_BUBBLE); in album_image_create()
/lvgl-latest/demos/transform/
Dlv_demo_transform.c115lv_obj_remove_flag(card, LV_OBJ_FLAG_CLICKABLE | LV_OBJ_FLAG_SCROLLABLE | LV_OBJ_FLAG_SCROLL_CHAIN… in card_create()
128 lv_obj_remove_flag(card, LV_OBJ_FLAG_SCROLL_CHAIN_HOR); in card_create()
/lvgl-latest/src/draw/
Dlv_draw_mask.c71 lv_obj_remove_flag(base_dsc->obj, LV_OBJ_FLAG_SEND_DRAW_TASK_EVENTS); in lv_draw_mask_rect()
/lvgl-latest/examples/widgets/keyboard/
Dlv_example_keyboard_1.c11 lv_obj_remove_flag(kb, LV_OBJ_FLAG_HIDDEN); in ta_event_cb()
/lvgl-latest/examples/widgets/textarea/
Dlv_example_textarea_1.c41lv_obj_remove_flag(btnm, LV_OBJ_FLAG_CLICK_FOCUSABLE); /*To keep the text area focused on button c… in lv_example_textarea_1()
/lvgl-latest/src/widgets/slider/
Dlv_slider.c223 lv_obj_remove_flag(obj, LV_OBJ_FLAG_SCROLL_CHAIN_HOR); in lv_slider_constructor()
224 lv_obj_remove_flag(obj, LV_OBJ_FLAG_SCROLLABLE); in lv_slider_constructor()
309 lv_obj_remove_flag(obj, LV_OBJ_FLAG_SCROLL_CHAIN_HOR); in lv_slider_event()
313 lv_obj_remove_flag(obj, LV_OBJ_FLAG_SCROLL_CHAIN_VER); in lv_slider_event()
619 lv_obj_remove_flag(obj, LV_OBJ_FLAG_SCROLL_CHAIN_VER); in update_knob_pos()
621 lv_obj_remove_flag(obj, LV_OBJ_FLAG_SCROLL_CHAIN_HOR); in update_knob_pos()

1234