Lines Matching refs:parent

88     lv_obj_t * parent = NULL;  in test_obj_move_to_index_move_to_the_background()  local
92 parent = lv_obj_create(lv_screen_active()); in test_obj_move_to_index_move_to_the_background()
94 child1 = lv_obj_create(parent); in test_obj_move_to_index_move_to_the_background()
96 child2 = lv_obj_create(parent); in test_obj_move_to_index_move_to_the_background()
106 lv_obj_t * parent = NULL; in test_obj_move_to_index_move_forward() local
110 parent = lv_obj_create(lv_screen_active()); in test_obj_move_to_index_move_forward()
112 child1 = lv_obj_create(parent); in test_obj_move_to_index_move_forward()
114 child2 = lv_obj_create(parent); in test_obj_move_to_index_move_forward()
125 lv_obj_t * parent = NULL; in test_obj_move_to_index_no_operation_when_parent_is_null() local
129 child1 = lv_obj_create(parent); in test_obj_move_to_index_no_operation_when_parent_is_null()
138 lv_obj_t * parent = NULL; in test_obj_move_to_index_no_operation_when_index_is_same_or_bigger_than_parent_child_count() local
141 parent = lv_obj_create(lv_screen_active()); in test_obj_move_to_index_no_operation_when_index_is_same_or_bigger_than_parent_child_count()
143 child1 = lv_obj_create(parent); in test_obj_move_to_index_no_operation_when_index_is_same_or_bigger_than_parent_child_count()
152 lv_obj_t * parent = NULL; in test_obj_move_to_index_no_operation_when_new_index_is_the_same_as_previous_index() local
156 parent = lv_obj_create(lv_screen_active()); in test_obj_move_to_index_no_operation_when_new_index_is_the_same_as_previous_index()
158 child1 = lv_obj_create(parent); in test_obj_move_to_index_no_operation_when_new_index_is_the_same_as_previous_index()
160 child2 = lv_obj_create(parent); in test_obj_move_to_index_no_operation_when_new_index_is_the_same_as_previous_index()
170 lv_obj_t * parent = NULL; in test_obj_move_to_index_no_operation_when_requested_negative_index_is_greater_than_child_count() local
174 parent = lv_obj_create(lv_screen_active()); in test_obj_move_to_index_no_operation_when_requested_negative_index_is_greater_than_child_count()
176 child1 = lv_obj_create(parent); in test_obj_move_to_index_no_operation_when_requested_negative_index_is_greater_than_child_count()
178 child2 = lv_obj_create(parent); in test_obj_move_to_index_no_operation_when_requested_negative_index_is_greater_than_child_count()