Lines Matching refs:btn
215 lv_obj_t * btn = lv_xml_create(lv_screen_active(), "my_btn", NULL); in test_xml_component_styles() local
216 lv_obj_set_pos(btn, 0, 100); in test_xml_component_styles()
217 lv_obj_add_state(btn, LV_STATE_CHECKED); in test_xml_component_styles()
247 lv_obj_t * btn = lv_xml_create(lv_screen_active(), "my_btn", NULL); in test_xml_error_resilience_syntax_ok() local
248 if(btn) lv_obj_set_pos(btn, 0, 100); in test_xml_error_resilience_syntax_ok()
276 lv_obj_t * btn; in test_xml_image_and_font() local
277 btn = lv_xml_create(lv_screen_active(), "btn", NULL); in test_xml_image_and_font()
279 btn = lv_xml_create(lv_screen_active(), "btn", NULL); in test_xml_image_and_font()
280 lv_obj_set_pos(btn, 0, 100); in test_xml_image_and_font()
281 lv_obj_add_state(btn, LV_STATE_CHECKED); in test_xml_image_and_font()
296 lv_obj_t * btn = lv_xml_create(lv_screen_active(), "my_btn", NULL); in test_xml_error_resilience_not_closed_tag() local
297 if(btn) lv_obj_set_pos(btn, 0, 100); in test_xml_error_resilience_not_closed_tag()
310 lv_obj_t * btn = lv_xml_create(lv_screen_active(), "my_btn", NULL); in test_xml_error_resilience_string() local
311 if(btn) lv_obj_set_pos(btn, 0, 100); in test_xml_error_resilience_string()