Home
last modified time | relevance | path

Searched refs:obj_child_2 (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_obj_flags.c55 lv_obj_t * obj_child_2 = lv_obj_create(obj_main); in test_obj_flag_overflow_visible_1() local
56 lv_obj_set_size(obj_child_2, 200, 200); in test_obj_flag_overflow_visible_1()
57 lv_obj_set_style_bg_color(obj_child_2, lv_palette_main(LV_PALETTE_ORANGE), 0); in test_obj_flag_overflow_visible_1()
58 lv_obj_add_flag(obj_child_2, LV_OBJ_FLAG_OVERFLOW_VISIBLE); in test_obj_flag_overflow_visible_1()
59 lv_obj_align(obj_child_2, LV_ALIGN_RIGHT_MID, 100, 0); in test_obj_flag_overflow_visible_1()
60 lv_obj_add_event_cb(obj_child_2, ext_draw_size_event_cb, LV_EVENT_REFR_EXT_DRAW_SIZE, NULL); in test_obj_flag_overflow_visible_1()
62 lv_obj_t * btn_2 = lv_button_create(obj_child_2); in test_obj_flag_overflow_visible_1()
97 lv_obj_scroll_by_bounded(obj_child_2, -30, 0, LV_ANIM_OFF); in test_obj_flag_overflow_visible_1()
109 lv_obj_set_style_transform_rotation(obj_child_2, 300, 0); in test_obj_flag_overflow_visible_1()
110 lv_obj_set_style_transform_pivot_x(obj_child_2, 100, 0); in test_obj_flag_overflow_visible_1()
[all …]