Home
last modified time | relevance | path

Searched refs:step_limit (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/widgets/spinbox/
Dlv_spinbox.c138 const int32_t step_limit = LV_MAX(spinbox->range_max, LV_ABS(spinbox->range_min)); in lv_spinbox_set_cursor_pos() local
142 else if(new_step <= step_limit) spinbox->step = new_step; in lv_spinbox_set_cursor_pos()
195 const int32_t step_limit = LV_MAX(spinbox->range_max, LV_ABS(spinbox->range_min)); in lv_spinbox_step_prev() local
197 if(new_step <= step_limit) spinbox->step = new_step; in lv_spinbox_step_prev()