Home
last modified time | relevance | path

Searched refs:lv_obj_get_x (Results 1 – 12 of 12) sorted by relevance

/lvgl-latest/tests/src/test_cases/
Dtest_anim_timeline.c49 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/
Dtest_obj_pos.c38 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/
Dlv_example_anim_1.c18 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()
Dlv_example_anim_4.c25 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/
Dlv_tileview.c87 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/
Dlv_example_observer_4.c200 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/
Dpika_lvgl_lv_obj.c104 return lv_obj_get_x(lv_obj); in pika_lvgl_lv_obj_get_x()
/lvgl-latest/src/core/
Dlv_obj_pos.h232 int32_t lv_obj_get_x(const lv_obj_t * obj);
Dlv_obj_pos.c485 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()
Dlv_obj.c73 .getter = lv_obj_get_x,
/lvgl-latest/src/others/gridnav/
Dlv_gridnav.c334 x_err = lv_obj_get_x(child); in find_chid()
/lvgl-latest/docs/details/base-widget/
Dobj.rst271 lv_obj_set_x(my_label, lv_obj_get_x(my_label) + 1);