Searched refs:lv_dropdown_get_option_index (Results 1 – 4 of 4) sorted by relevance
191 int32_t lv_dropdown_get_option_index(lv_obj_t * obj, const char * option);
466 int32_t lv_dropdown_get_option_index(lv_obj_t * obj, const char * option) in lv_dropdown_get_option_index() function
449 TEST_ASSERT_EQUAL_INT(1, lv_dropdown_get_option_index(dd, "ab")); in test_dropdown_get_options_should_check_lengths()452 TEST_ASSERT_EQUAL_INT(3, lv_dropdown_get_option_index(dd, "Option")); in test_dropdown_get_options_should_check_lengths()453 TEST_ASSERT_EQUAL_INT(-1, lv_dropdown_get_option_index(dd, "Option ")); in test_dropdown_get_options_should_check_lengths()
225 return lv_dropdown_get_option_index(lv_obj, txt); in pika_lvgl_dropdown_get_option_index()