Searched refs:user_name (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.5.0/demos/widgets/ |
D | lv_demo_widgets.c | 266 lv_obj_t * user_name = lv_textarea_create(panel2); in profile_create() local 267 lv_textarea_set_one_line(user_name, true); in profile_create() 268 lv_textarea_set_placeholder_text(user_name, "Your name"); in profile_create() 269 lv_obj_add_event_cb(user_name, ta_event_cb, LV_EVENT_ALL, kb); in profile_create() 362 lv_obj_set_grid_cell(user_name, LV_GRID_ALIGN_STRETCH, 0, 1, LV_GRID_ALIGN_CENTER, 3, 1); in profile_create() 436 lv_obj_set_grid_cell(user_name, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_START, 3, 1); in profile_create() 509 lv_obj_set_grid_cell(user_name, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_START, 3, 1); in profile_create()
|