Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/roller/
Dlv_roller.c710 const int32_t new_y = mid_y1 - sel_y1; in refr_position() local
714 lv_obj_set_y(label, new_y); in refr_position()
721 lv_anim_set_values(&a, lv_obj_get_y(label), new_y); in refr_position()
840 int32_t new_y = mid_y1 - sel_y1; in inf_normalize() local
841 lv_obj_set_y(label, new_y); in inf_normalize()