Searched refs:lv_obj_get_y (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_obj_pos.c | 39 TEST_ASSERT_EQUAL_INT32(0, lv_obj_get_y(child2)); in test_content_parent_pct_child_pos_1() 45 TEST_ASSERT_EQUAL_INT32(200, lv_obj_get_y(child2)); in test_content_parent_pct_child_pos_1() 51 TEST_ASSERT_EQUAL_INT32(0, lv_obj_get_y(child2)); in test_content_parent_pct_child_pos_1()
|
/lvgl-latest/src/widgets/tileview/ |
D | lv_tileview.c | 88 int32_t ty = lv_obj_get_y(tile_obj); in lv_tileview_set_tile() 112 int32_t y = lv_obj_get_y(tile_obj); in lv_tileview_set_tile_by_index() 179 int32_t y = lv_obj_get_y(tile_obj); in tileview_event_cb()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_anim_timeline.c | 125 TEST_ASSERT_EQUAL(300, lv_obj_get_y(obj)); in test_anim_timeline_progress_2() 130 TEST_ASSERT_EQUAL(0, lv_obj_get_y(obj)); in test_anim_timeline_progress_2() 135 TEST_ASSERT_EQUAL(0, lv_obj_get_y(obj)); in test_anim_timeline_progress_2() 140 TEST_ASSERT_EQUAL(75, lv_obj_get_y(obj)); in test_anim_timeline_progress_2() 145 TEST_ASSERT_EQUAL(150, lv_obj_get_y(obj)); in test_anim_timeline_progress_2() 150 TEST_ASSERT_EQUAL(300, lv_obj_get_y(obj)); in test_anim_timeline_progress_2()
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lvgl_lv_obj.c | 109 return lv_obj_get_y(lv_obj); in pika_lvgl_lv_obj_get_y()
|
/lvgl-latest/src/core/ |
D | lv_obj_pos.h | 256 int32_t lv_obj_get_y(const lv_obj_t * obj);
|
D | lv_obj_pos.c | 509 int32_t lv_obj_get_y(const lv_obj_t * obj) in lv_obj_get_y() function 530 return lv_obj_get_y(obj) + lv_obj_get_height(obj); in lv_obj_get_y2()
|
D | lv_obj.c | 78 .getter = lv_obj_get_y,
|
/lvgl-latest/src/others/gridnav/ |
D | lv_gridnav.c | 343 y_err = lv_obj_get_y(child); in find_chid() 347 y_err = h_max - lv_obj_get_y(child); in find_chid()
|
/lvgl-latest/src/widgets/roller/ |
D | lv_roller.c | 721 lv_anim_set_values(&a, lv_obj_get_y(label), new_y); in refr_position()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 589 int32_t y1 = lv_obj_get_y(dropdown->list); in lv_dropdown_open()
|