Searched refs:new_step (Results 1 – 1 of 1) sorted by relevance
290 int32_t new_step = ext->step / 10; in lv_spinbox_step_next() local291 if((new_step) > 0) in lv_spinbox_step_next()292 ext->step = new_step; in lv_spinbox_step_next()310 int32_t new_step = ext->step * 10; in lv_spinbox_step_prev() local311 if(new_step <= step_limit) ext->step = new_step; in lv_spinbox_step_prev()425 int32_t new_step = ext->step * 10; in lv_spinbox_signal() local426 if(new_step >= ext->range_max) break; in lv_spinbox_signal()427 ext->step = new_step; in lv_spinbox_signal()