/lvgl-latest/tests/src/test_cases/ |
D | test_anim_timeline.c | 37 lv_anim_set_exec_cb(&a1, (lv_anim_exec_xcb_t)lv_obj_set_x); in test_anim_timeline_progress_1() 95 lv_anim_set_exec_cb(&a1, (lv_anim_exec_xcb_t)lv_obj_set_x); in test_anim_timeline_progress_2() 172 lv_anim_set_exec_cb(&a1, (lv_anim_exec_xcb_t)lv_obj_set_x); in test_anim_timeline_start() 211 lv_obj_set_x(obj, 10); in test_anim_timeline_start() 238 lv_obj_set_x(obj, 20); in test_anim_timeline_start() 264 lv_anim_set_exec_cb(&a1, (lv_anim_exec_xcb_t)lv_obj_set_x); in test_anim_timeline_reverse() 303 lv_obj_set_x(obj, 10); in test_anim_timeline_reverse() 322 lv_obj_set_x(obj, 20); in test_anim_timeline_reverse() 338 lv_anim_set_exec_cb(&a1, (lv_anim_exec_xcb_t)lv_obj_set_x); in test_anim_timeline_repeat() 395 lv_anim_set_exec_cb(&a1, (lv_anim_exec_xcb_t)lv_obj_set_x); in test_anim_timeline_delay()
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_control.c | 106 lv_obj_set_x(control_music_previous, -75); in control_screen_create() 120 lv_obj_set_x(control_music_next, 75); in control_screen_create() 134 lv_obj_set_x(control_bluetooth_icon, 0); in control_screen_create() 152 lv_obj_set_x(control_brightness, 0); in control_screen_create() 179 lv_obj_set_x(control_volume_up, 40); in control_screen_create() 193 lv_obj_set_x(control_volume_down, -40); in control_screen_create()
|
D | lv_demo_smartwatch_settings.c | 102 lv_obj_set_x(slider, 65); in lv_demo_smartwatch_settings_add_slider() 119 lv_obj_set_x(label, 60); in lv_demo_smartwatch_settings_add_slider() 160 lv_obj_set_x(toggle, 65); in lv_demo_smartwatch_settings_add_toggle() 174 lv_obj_set_x(label, 60); in lv_demo_smartwatch_settings_add_toggle() 190 lv_obj_set_x(panel, 37); in lv_demo_smartwatch_settings_add_dropdown() 210 lv_obj_set_x(dropdown, 65); in lv_demo_smartwatch_settings_add_dropdown() 235 lv_obj_set_x(label, 60); in lv_demo_smartwatch_settings_add_dropdown() 268 lv_obj_set_x(icon, -5); in lv_demo_smartwatch_settings_add_label() 277 lv_obj_set_x(label, 60); in lv_demo_smartwatch_settings_add_label()
|
D | lv_demo_smartwatch_home.c | 329 lv_obj_set_x(hour_label, -89); in create_screen_home() 339 lv_obj_set_x(minute_label, 25); in create_screen_home() 348 lv_obj_set_x(date_label, 59); in create_screen_home() 359 lv_obj_set_x(weather_icon, -43); in create_screen_home() 369 lv_obj_set_x(weather_temperature, -41); in create_screen_home() 378 lv_obj_set_x(weekday_label, 0); in create_screen_home() 387 lv_obj_set_x(am_pm_label, 12); in create_screen_home() 420 lv_obj_set_x(alert_text, 39); in create_screen_home()
|
D | lv_demo_smartwatch_weather.c | 152 lv_obj_set_x(label_day, -56); in lv_demo_smartwatch_weather_add_daily() 171 lv_obj_set_x(label, 68); in lv_demo_smartwatch_weather_add_daily() 274 lv_obj_set_x(weather_city, -3); in create_screen_weather() 284 lv_obj_set_x(weather_current_icon, 0); in create_screen_weather() 294 lv_obj_set_x(weather_current_temp, 0); in create_screen_weather() 303 lv_obj_set_x(weather_update_time, 0); in create_screen_weather()
|
D | lv_demo_smartwatch_easter_egg.c | 108 lv_obj_set_x(obj, x); in set_obj_pos_angle() 129 lv_anim_set_exec_cb(&anim_x, (lv_anim_exec_xcb_t)lv_obj_set_x); in animate_drift() 161 lv_anim_set_exec_cb(&anim_x, (lv_anim_exec_xcb_t)lv_obj_set_x); in animate_back_to_center()
|
D | lv_demo_smartwatch_list.c | 196 lv_obj_set_x(label, 60); in add_external_app() 237 lv_obj_set_x(label, 60); in add_app_list()
|
D | lv_demo_smartwatch.c | 418 lv_obj_set_x(dialog_panel, 0); in create_dialog_window()
|
/lvgl-latest/examples/anim/ |
D | lv_example_anim_2.c | 6 lv_obj_set_x(var, v); in anim_x_cb()
|
D | lv_example_anim_1.c | 6 lv_obj_set_x(var, v); in anim_x_cb()
|
D | lv_example_anim_4.c | 6 lv_obj_set_x(var, v); in anim_x_cb()
|
/lvgl-latest/examples/widgets/checkbox/ |
D | lv_example_checkbox_2.c | 71 lv_obj_set_x(cont2, lv_pct(50)); in lv_example_checkbox_2()
|
/lvgl-latest/src/core/ |
D | lv_obj_pos.h | 65 void lv_obj_set_x(lv_obj_t * obj, int32_t x);
|
D | lv_obj_pos.c | 55 lv_obj_set_x(obj, x); in lv_obj_set_pos() 59 void lv_obj_set_x(lv_obj_t * obj, int32_t x) in lv_obj_set_x() function
|
D | lv_obj.c | 72 .setter = lv_obj_set_x,
|
/lvgl-latest/examples/others/observer/ |
D | lv_example_observer_4.c | 74 lv_obj_set_x(obj, v); in anim_set_x_cb()
|
/lvgl-latest/docs/details/base-widget/ |
D | coord.rst | 38 :cpp:expr:`lv_obj_set_x(btn, 10)`. 139 style property. If you use :cpp:expr:`lv_obj_set_x(widget, 20)` LVGL saves ``x=20`` 186 lv_obj_set_x(widget, 10); /* Separate... */ 199 lv_obj_set_x(btn, lv_pct(10)); //x = 10 % of parent content area width
|
D | obj.rst | 190 lv_obj_set_x(widget1, -30); /* Move the child a little bit off the parent */ 271 lv_obj_set_x(my_label, lv_obj_get_x(my_label) + 1);
|
/lvgl-latest/src/others/xml/parsers/ |
D | lv_xml_obj_parser.c | 61 if(lv_streq("x", name)) lv_obj_set_x(item, lv_xml_to_size(value)); in lv_xml_obj_apply()
|
/lvgl-latest/docs/details/main-components/ |
D | animation.rst | 45 Examples of the latter are: :cpp:expr:`lv_obj_set_x(widget, value)` or 88 lv_anim_set_exec_cb(&anim_template, (lv_anim_exec_xcb_t) lv_obj_set_x);
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_label.c | 609 lv_obj_set_x(test_label2, 300); in test_label_max_width()
|
/lvgl-latest/src/widgets/roller/ |
D | lv_roller.c | 691 lv_obj_set_x(label, x); in refr_position()
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_main.c | 125 lv_obj_set_x((lv_obj_t *)obj, (int32_t)x); in _obj_set_x_anim_cb()
|
/lvgl-latest/src/display/ |
D | lv_display.c | 1183 lv_obj_set_x(obj, v); in set_x_anim()
|
/lvgl-latest/docs/intro/ |
D | basics.rst | 184 lv_obj_set_x(slider1, 30);
|