Home
last modified time | relevance | path

Searched refs:LV_OBJ_FLAG_SCROLLABLE (Results 1 – 25 of 48) sorted by relevance

12

/lvgl-latest/demos/smartwatch/
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_home.c104 lv_obj_remove_flag(home_panel, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_home_create()
280 lv_obj_remove_flag(face_item, LV_OBJ_FLAG_SCROLLABLE); 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()
471 lv_obj_remove_flag(hint_up, LV_OBJ_FLAG_SCROLLABLE); in create_home_hints()
483 lv_obj_remove_flag(hint_down, LV_OBJ_FLAG_SCROLLABLE); in create_home_hints()
495 lv_obj_remove_flag(hint_left, LV_OBJ_FLAG_SCROLLABLE); in create_home_hints()
[all …]
Dlv_demo_smartwatch_qr.c120 lv_obj_remove_flag(qr_item, LV_OBJ_FLAG_SCROLLABLE); 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_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_settings.c82 lv_obj_remove_flag(panel, LV_OBJ_FLAG_SCROLLABLE); 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_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.c136 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.c423 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()
500 lv_obj_remove_flag(hint_up, LV_OBJ_FLAG_SCROLLABLE); in create_scroll_hints()
515 lv_obj_remove_flag(hint_down, LV_OBJ_FLAG_SCROLLABLE); in create_scroll_hints()
530 lv_obj_remove_flag(hint_left, LV_OBJ_FLAG_SCROLLABLE); in create_scroll_hints()
545 lv_obj_remove_flag(hint_right, LV_OBJ_FLAG_SCROLLABLE); in create_scroll_hints()
Dlv_demo_smartwatch_notifications.c113 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/demos/flex_layout/
Dlv_demo_flex_layout_ctrl_pad.c112 if(lv_obj_has_flag(obj, LV_OBJ_FLAG_SCROLLABLE)) { in ctrl_pad_obj_update()
146 … checked ? lv_obj_add_flag(ui->obj_cur, LV_OBJ_FLAG_SCROLLABLE) : lv_obj_remove_flag(ui->obj_cur, in ctrl_pad_checkbox_event_handler()
147LV_OBJ_FLAG_SCROLLABLE); in ctrl_pad_checkbox_event_handler()
Dlv_demo_flex_layout_view.c72 lv_obj_remove_flag(obj, LV_OBJ_FLAG_SCROLLABLE); in view_create()
/lvgl-latest/src/widgets/msgbox/
Dlv_msgbox.c152 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/tests/src/test_cases/widgets/
Dtest_btn.c26 TEST_ASSERT_FALSE(lv_obj_has_flag(btn, LV_OBJ_FLAG_SCROLLABLE)); in test_button_creation()
Dtest_slider.c44 TEST_ASSERT_FALSE(lv_obj_has_flag(slider, LV_OBJ_FLAG_SCROLLABLE)); in test_textarea_should_have_valid_documented_default_values()
/lvgl-latest/src/widgets/button/
Dlv_button.c66 lv_obj_remove_flag(obj, LV_OBJ_FLAG_SCROLLABLE); in lv_button_constructor()
/lvgl-latest/src/others/gridnav/
Dlv_gridnav.c148 …trl & LV_GRIDNAV_CTRL_SCROLL_FIRST) && lv_obj_has_flag(dsc->focused_obj, LV_OBJ_FLAG_SCROLLABLE) && in gridnav_event_cb()
168 …trl & LV_GRIDNAV_CTRL_SCROLL_FIRST) && lv_obj_has_flag(dsc->focused_obj, LV_OBJ_FLAG_SCROLLABLE) && in gridnav_event_cb()
188 …trl & LV_GRIDNAV_CTRL_SCROLL_FIRST) && lv_obj_has_flag(dsc->focused_obj, LV_OBJ_FLAG_SCROLLABLE) && in gridnav_event_cb()
207 …trl & LV_GRIDNAV_CTRL_SCROLL_FIRST) && lv_obj_has_flag(dsc->focused_obj, LV_OBJ_FLAG_SCROLLABLE) && in gridnav_event_cb()
/lvgl-latest/examples/widgets/tabview/
Dlv_example_tabview_2.c46 lv_obj_remove_flag(lv_tabview_get_content(tabview), LV_OBJ_FLAG_SCROLLABLE); in lv_example_tabview_2()
/lvgl-latest/demos/scroll/
Dlv_demo_scroll.c63 switch_create(panel, "Scrollable", LV_OBJ_FLAG_SCROLLABLE, true); in lv_demo_scroll()
/lvgl-latest/examples/others/gestures/
Dlv_example_gestures.c79 lv_obj_remove_flag(root_view, LV_OBJ_FLAG_SCROLLABLE); in lv_example_gestures()
/lvgl-latest/demos/transform/
Dlv_demo_transform.c115 …lv_obj_remove_flag(card, LV_OBJ_FLAG_CLICKABLE | LV_OBJ_FLAG_SCROLLABLE | LV_OBJ_FLAG_SCROLL_CHAIN… in card_create()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike.c82 lv_obj_remove_flag(lv_screen_active(), LV_OBJ_FLAG_SCROLLABLE); in lv_demo_ebike()
Dlv_demo_ebike_home.c177 lv_obj_remove_flag(left_cont, LV_OBJ_FLAG_SCROLLABLE); in left_cont_create()
421 lv_obj_add_flag(battery, LV_OBJ_FLAG_SCROLLABLE); in right_cont_create()
Dlv_demo_ebike_settings.c68 lv_obj_remove_flag(cont, LV_OBJ_FLAG_SCROLLABLE); in left_cont_create()
/lvgl-latest/src/core/
Dlv_obj.c262 if(f & LV_OBJ_FLAG_SCROLLABLE) { in lv_obj_add_flag()
277 if(f & LV_OBJ_FLAG_SCROLLABLE) { in lv_obj_remove_flag()
498 obj->flags |= LV_OBJ_FLAG_SCROLLABLE; in lv_obj_constructor()
777 …else if(lv_obj_has_flag(obj, LV_OBJ_FLAG_SCROLLABLE | LV_OBJ_FLAG_SCROLL_WITH_ARROW) && !lv_obj_is… in lv_obj_event()
/lvgl-latest/examples/anim/
Dlv_example_anim_3.c125 lv_obj_remove_flag(ginfo.anim_obj, LV_OBJ_FLAG_SCROLLABLE); in page_obj_init()

12