Searched refs:lv_obj_get_x (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_anim_timeline.c | 49 TEST_ASSERT_EQUAL(0, lv_obj_get_x(obj)); in test_anim_timeline_progress_1() 53 TEST_ASSERT_EQUAL(700, lv_obj_get_x(obj)); in test_anim_timeline_progress_1() 57 TEST_ASSERT_EQUAL(105, lv_obj_get_x(obj)); in test_anim_timeline_progress_1() 61 TEST_ASSERT_EQUAL(213, lv_obj_get_x(obj)); in test_anim_timeline_progress_1() 65 TEST_ASSERT_EQUAL(319, lv_obj_get_x(obj)); in test_anim_timeline_progress_1() 69 TEST_ASSERT_EQUAL(426, lv_obj_get_x(obj)); in test_anim_timeline_progress_1() 73 TEST_ASSERT_EQUAL(533, lv_obj_get_x(obj)); in test_anim_timeline_progress_1() 77 TEST_ASSERT_EQUAL(639, lv_obj_get_x(obj)); in test_anim_timeline_progress_1() 81 TEST_ASSERT_EQUAL(350, lv_obj_get_x(obj)); in test_anim_timeline_progress_1() 85 TEST_ASSERT_EQUAL(700, lv_obj_get_x(obj)); in test_anim_timeline_progress_1() [all …]
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_obj_pos.c | 38 TEST_ASSERT_EQUAL_INT32(0, lv_obj_get_x(child2)); in test_content_parent_pct_child_pos_1() 44 TEST_ASSERT_EQUAL_INT32(30, lv_obj_get_x(child2)); in test_content_parent_pct_child_pos_1() 50 TEST_ASSERT_EQUAL_INT32(0, lv_obj_get_x(child2)); in test_content_parent_pct_child_pos_1()
|
/lvgl-latest/examples/anim/ |
D | lv_example_anim_1.c | 18 lv_anim_set_values(&a, lv_obj_get_x(label), 100); in sw_event_cb() 28 lv_anim_set_values(&a, lv_obj_get_x(label), -lv_obj_get_width(label)); in sw_event_cb()
|
D | lv_example_anim_4.c | 25 lv_anim_set_values(&a, lv_obj_get_x(label), 100); in sw_event_cb() 35 lv_anim_set_values(&a, lv_obj_get_x(label), -lv_obj_get_width(label)); in sw_event_cb()
|
/lvgl-latest/src/widgets/tileview/ |
D | lv_tileview.c | 87 int32_t tx = lv_obj_get_x(tile_obj); in lv_tileview_set_tile() 111 int32_t x = lv_obj_get_x(tile_obj); in lv_tileview_set_tile_by_index() 178 int32_t x = lv_obj_get_x(tile_obj); in tileview_event_cb()
|
/lvgl-latest/examples/others/observer/ |
D | lv_example_observer_4.c | 200 lv_anim_set_values(&a, lv_obj_get_x(indicator), lv_obj_get_x(btn_act)); in indicator_observer_cb()
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lvgl_lv_obj.c | 104 return lv_obj_get_x(lv_obj); in pika_lvgl_lv_obj_get_x()
|
/lvgl-latest/src/core/ |
D | lv_obj_pos.h | 232 int32_t lv_obj_get_x(const lv_obj_t * obj);
|
D | lv_obj_pos.c | 485 int32_t lv_obj_get_x(const lv_obj_t * obj) in lv_obj_get_x() function 506 return lv_obj_get_x(obj) + lv_obj_get_width(obj); in lv_obj_get_x2()
|
D | lv_obj.c | 73 .getter = lv_obj_get_x,
|
/lvgl-latest/src/others/gridnav/ |
D | lv_gridnav.c | 334 x_err = lv_obj_get_x(child); in find_chid()
|
/lvgl-latest/docs/details/base-widget/ |
D | obj.rst | 271 lv_obj_set_x(my_label, lv_obj_get_x(my_label) + 1);
|