Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/widgets/tileview/
Dlv_tileview.c81 lv_coord_t ty = lv_obj_get_y(tile_obj); in lv_obj_set_tile()
105 lv_coord_t y = lv_obj_get_y(tile_obj); in lv_obj_set_tile_id()
182 lv_coord_t y = lv_obj_get_y(tile_obj); in tileview_event_cb()
/lvgl-3.7.0/examples/widgets/obj/
Dlv_example_obj_2.c15 lv_coord_t y = lv_obj_get_y(obj) + vect.y; in drag_event_handler()
/lvgl-3.7.0/src/core/
Dlv_obj_pos.h245 lv_coord_t lv_obj_get_y(const struct _lv_obj_t * obj);
Dlv_obj_pos.c519 lv_coord_t lv_obj_get_y(const lv_obj_t * obj) in lv_obj_get_y() function
541 return lv_obj_get_y(obj) + lv_obj_get_height(obj); in lv_obj_get_y2()
/lvgl-3.7.0/src/extra/others/gridnav/
Dlv_gridnav.c319 y_err = lv_obj_get_y(child); in find_chid()
323 y_err = h_max - lv_obj_get_y(child); in find_chid()
/lvgl-3.7.0/src/widgets/
Dlv_roller.c350 lv_obj_set_y(label, lv_obj_get_y(label) + p.y); in lv_roller_event()
641 lv_anim_set_values(&a, lv_obj_get_y(label), new_y); in refr_position()
Dlv_dropdown.c527 lv_coord_t y1 = lv_obj_get_y(dropdown->list); in lv_dropdown_open()