Searched refs:lv_obj_get_y (Results 1 – 7 of 7) sorted by relevance
81 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()
15 lv_coord_t y = lv_obj_get_y(obj) + vect.y; in drag_event_handler()
245 lv_coord_t lv_obj_get_y(const struct _lv_obj_t * obj);
519 lv_coord_t lv_obj_get_y(const lv_obj_t * obj) in lv_obj_get_y() function541 return lv_obj_get_y(obj) + lv_obj_get_height(obj); in lv_obj_get_y2()
319 y_err = lv_obj_get_y(child); in find_chid()323 y_err = h_max - lv_obj_get_y(child); in find_chid()
350 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()
527 lv_coord_t y1 = lv_obj_get_y(dropdown->list); in lv_dropdown_open()