Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_roller.c619 lv_coord_t line_y1 = in refr_position() local
621 lv_coord_t new_y = -line_y1 + (h - font_h) / 2; in refr_position()
692 lv_coord_t line_y1 = ext->ddlist.sel_opt_id * (font_h + style_label->text.line_space) + in inf_normalize() local
694 lv_coord_t new_y = -line_y1 + (h - font_h) / 2; in inf_normalize()
A Dlv_ddlist.c925 lv_coord_t line_y1 = in lv_ddlist_pos_current_option() local
928 lv_obj_set_y(scrl, -line_y1 + (h - font_h) / 2); in lv_ddlist_pos_current_option()

Completed in 5 milliseconds