Searched refs:new_step (Results 1 – 1 of 1) sorted by relevance
139 const int32_t new_step = lv_pow(10, pos); in lv_spinbox_set_cursor_pos() local142 else if(new_step <= step_limit) spinbox->step = new_step; in lv_spinbox_set_cursor_pos()184 const int32_t new_step = spinbox->step / 10; in lv_spinbox_step_next() local185 spinbox->step = (new_step > 0) ? new_step : 1; in lv_spinbox_step_next()196 const int32_t new_step = spinbox->step * 10; in lv_spinbox_step_prev() local197 if(new_step <= step_limit) spinbox->step = new_step; in lv_spinbox_step_prev()