Searched refs:ta2 (Results 1 – 1 of 1) sorted by relevance
150 lv_obj_t * ta2 = lv_textarea_create(parent); in text_input_create() local151 lv_obj_set_width(ta2, LV_PCT(100)); in text_input_create()152 lv_textarea_set_one_line(ta2, true); in text_input_create()153 lv_textarea_set_placeholder_text(ta2, "Type something"); in text_input_create()159 lv_obj_add_event_cb(ta2, ta_event_cb, LV_EVENT_ALL, kb); in text_input_create()