Searched refs:sel_opt_id_orig (Results 1 – 2 of 2) sorted by relevance
42 uint32_t sel_opt_id_orig; /**< Store the original index on focus*/ member
194 dropdown->sel_opt_id_orig = 0; in lv_dropdown_set_options()241 dropdown->sel_opt_id_orig = 0; in lv_dropdown_set_options_static()347 dropdown->sel_opt_id_orig = dropdown->sel_opt_id; in lv_dropdown_set_selected()450 for(i = 0; i < txt_len && line != dropdown->sel_opt_id_orig; i++) { in lv_dropdown_get_selected_str()661 dropdown->sel_opt_id_orig = 0; in lv_dropdown_constructor()745 dropdown->sel_opt_id = dropdown->sel_opt_id_orig; in lv_dropdown_event()790 dropdown->sel_opt_id = dropdown->sel_opt_id_orig; in lv_dropdown_event()1102 if(dropdown->sel_opt_id_orig != dropdown->sel_opt_id) { in btn_release_handler()1103 dropdown->sel_opt_id_orig = dropdown->sel_opt_id; in btn_release_handler()1120 dropdown->sel_opt_id = dropdown->sel_opt_id_orig; in btn_release_handler()[all …]