Searched refs:lv_obj_get_x_aligned (Results 1 – 5 of 5) sorted by relevance
14 int32_t x = lv_obj_get_x_aligned(obj) + vect.x; in drag_event_handler()
127 lv_anim_set_values(&anim_x, lv_obj_get_x_aligned(img), x_target); in animate_drift()158 lv_anim_set_values(&anim_x, lv_obj_get_x_aligned(img), 0); in animate_back_to_center()
275 int32_t lv_obj_get_x_aligned(const lv_obj_t * obj);
533 int32_t lv_obj_get_x_aligned(const lv_obj_t * obj) in lv_obj_get_x_aligned() function
69 return lv_obj_get_x_aligned(a->var); in anim_get_x_cb()