Searched refs:act_opt (Results 1 – 1 of 1) sorted by relevance
169 uint16_t act_opt = roller->sel_opt_id - current_page * real_option_cnt; in lv_roller_set_selected() local172 if(LV_ABS((int16_t)act_opt - sel_opt) > real_option_cnt / 2) { in lv_roller_set_selected()173 if(act_opt > sel_opt) sel_opt_signed += real_option_cnt; in lv_roller_set_selected()