Home
last modified time | relevance | path

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

/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c312 lv_obj_t * user_name = lv_textarea_create(panel2); in profile_create() local
313 lv_textarea_set_one_line(user_name, true); in profile_create()
314 lv_textarea_set_placeholder_text(user_name, "Your name"); in profile_create()
315 lv_obj_add_event_cb(user_name, ta_event_cb, LV_EVENT_ALL, kb); in profile_create()
408 lv_obj_set_grid_cell(user_name, LV_GRID_ALIGN_STRETCH, 0, 1, LV_GRID_ALIGN_CENTER, 3, 1); in profile_create()
479 lv_obj_set_grid_cell(user_name, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_START, 3, 1); in profile_create()
550 lv_obj_set_grid_cell(user_name, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_START, 3, 1); in profile_create()