Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_spinbox.c250 int32_t step_limit; in lv_spinbox_step_prev() local
251step_limit = LV_MATH_MAX(ext->range_max, (ext->range_min < 0 ? (-ext->range_min) : ext->rang… in lv_spinbox_step_prev()
253 if(new_step <= step_limit) ext->step = new_step; in lv_spinbox_step_prev()

Completed in 2 milliseconds