Searched refs:test_area (Results 1 – 1 of 1) sorted by relevance
48 lv_obj_t * test_area = lv_textarea_create(lv_screen_active()); in test_keyboard_properties() local51 prop.ptr = test_area; in test_keyboard_properties()53 TEST_ASSERT_EQUAL_PTR(test_area, lv_keyboard_get_textarea(obj)); in test_keyboard_properties()54 TEST_ASSERT_EQUAL_PTR(test_area, lv_obj_get_property(obj, LV_PROPERTY_KEYBOARD_TEXTAREA).ptr); in test_keyboard_properties()