/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_control.c | 57 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()
|
D | lv_demo_smartwatch_home.c | 104 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 …]
|
D | lv_demo_smartwatch_qr.c | 120 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()
|
D | lv_demo_smartwatch_easter_egg.c | 242 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()
|
D | lv_demo_smartwatch_settings.c | 82 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()
|
D | lv_demo_smartwatch_list.c | 78 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()
|
D | lv_demo_smartwatch_weather.c | 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()
|
D | lv_demo_smartwatch.c | 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() 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()
|
D | lv_demo_smartwatch_notifications.c | 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/demos/flex_layout/ |
D | lv_demo_flex_layout_ctrl_pad.c | 112 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() 147 … LV_OBJ_FLAG_SCROLLABLE); in ctrl_pad_checkbox_event_handler()
|
D | lv_demo_flex_layout_view.c | 72 lv_obj_remove_flag(obj, LV_OBJ_FLAG_SCROLLABLE); in view_create()
|
/lvgl-latest/src/widgets/msgbox/ |
D | lv_msgbox.c | 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/tests/src/test_cases/widgets/ |
D | test_btn.c | 26 TEST_ASSERT_FALSE(lv_obj_has_flag(btn, LV_OBJ_FLAG_SCROLLABLE)); in test_button_creation()
|
D | test_slider.c | 44 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/ |
D | lv_button.c | 66 lv_obj_remove_flag(obj, LV_OBJ_FLAG_SCROLLABLE); in lv_button_constructor()
|
/lvgl-latest/src/others/gridnav/ |
D | lv_gridnav.c | 148 …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/ |
D | lv_example_tabview_2.c | 46 lv_obj_remove_flag(lv_tabview_get_content(tabview), LV_OBJ_FLAG_SCROLLABLE); in lv_example_tabview_2()
|
/lvgl-latest/demos/scroll/ |
D | lv_demo_scroll.c | 63 switch_create(panel, "Scrollable", LV_OBJ_FLAG_SCROLLABLE, true); in lv_demo_scroll()
|
/lvgl-latest/examples/others/gestures/ |
D | lv_example_gestures.c | 79 lv_obj_remove_flag(root_view, LV_OBJ_FLAG_SCROLLABLE); in lv_example_gestures()
|
/lvgl-latest/demos/transform/ |
D | lv_demo_transform.c | 115 …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/ |
D | lv_demo_ebike.c | 82 lv_obj_remove_flag(lv_screen_active(), LV_OBJ_FLAG_SCROLLABLE); in lv_demo_ebike()
|
D | lv_demo_ebike_home.c | 177 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()
|
D | lv_demo_ebike_settings.c | 68 lv_obj_remove_flag(cont, LV_OBJ_FLAG_SCROLLABLE); in left_cont_create()
|
/lvgl-latest/src/core/ |
D | lv_obj.c | 262 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/ |
D | lv_example_anim_3.c | 125 lv_obj_remove_flag(ginfo.anim_obj, LV_OBJ_FLAG_SCROLLABLE); in page_obj_init()
|