Home
last modified time | relevance | path

Searched defs:new_step (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/widgets/spinbox/
Dlv_spinbox.c139 const int32_t new_step = lv_pow(10, pos); in lv_spinbox_set_cursor_pos() local
184 const int32_t new_step = spinbox->step / 10; in lv_spinbox_step_next() local
196 const int32_t new_step = spinbox->step * 10; in lv_spinbox_step_prev() local