Searched refs:sel_opt_id_orig (Results 1 – 2 of 2) sorted by relevance
129 dropdown->sel_opt_id_orig = 0; in lv_dropdown_set_options()176 dropdown->sel_opt_id_orig = 0; in lv_dropdown_set_options_static()286 dropdown->sel_opt_id_orig = dropdown->sel_opt_id; in lv_dropdown_set_selected()385 for(i = 0; i < txt_len && line != dropdown->sel_opt_id_orig; i++) { in lv_dropdown_get_selected_str()592 dropdown->sel_opt_id_orig = 0; in lv_dropdown_constructor()674 dropdown->sel_opt_id = dropdown->sel_opt_id_orig; in lv_dropdown_event()719 dropdown->sel_opt_id = dropdown->sel_opt_id_orig; in lv_dropdown_event()1015 if(dropdown->sel_opt_id_orig != dropdown->sel_opt_id) { in btn_release_handler()1016 dropdown->sel_opt_id_orig = dropdown->sel_opt_id; in btn_release_handler()1033 dropdown->sel_opt_id = dropdown->sel_opt_id_orig; in btn_release_handler()[all …]
46 uint16_t sel_opt_id_orig; /**< Store the original index on focus*/ member