Searched refs:sel_opt_id_orig (Results 1 – 2 of 2) sorted by relevance
128 dropdown->sel_opt_id_orig = 0; in lv_dropdown_set_options()175 dropdown->sel_opt_id_orig = 0; in lv_dropdown_set_options_static()285 dropdown->sel_opt_id_orig = dropdown->sel_opt_id; in lv_dropdown_set_selected()388 for(i = 0; i < txt_len && line != dropdown->sel_opt_id_orig; i++) { in lv_dropdown_get_selected_str()599 dropdown->sel_opt_id_orig = 0; in lv_dropdown_constructor()681 dropdown->sel_opt_id = dropdown->sel_opt_id_orig; in lv_dropdown_event()726 dropdown->sel_opt_id = dropdown->sel_opt_id_orig; in lv_dropdown_event()1020 if(dropdown->sel_opt_id_orig != dropdown->sel_opt_id) { in btn_release_handler()1021 dropdown->sel_opt_id_orig = dropdown->sel_opt_id; in btn_release_handler()1038 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