Searched refs:ta2 (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/examples/widgets/keyboard/ |
D | lv_example_keyboard_1.c | 33 lv_obj_t * ta2; in lv_example_keyboard_1() local 34 ta2 = lv_textarea_create(lv_screen_active()); in lv_example_keyboard_1() 35 lv_obj_align(ta2, LV_ALIGN_TOP_RIGHT, -10, 10); in lv_example_keyboard_1() 36 lv_obj_add_event_cb(ta2, ta_event_cb, LV_EVENT_ALL, kb); in lv_example_keyboard_1() 37 lv_obj_set_size(ta2, 140, 80); in lv_example_keyboard_1() 45 lv_obj_set_style_text_font(ta2, &lv_font_dejavu_16_persian_hebrew, 0); in lv_example_keyboard_1()
|
/lvgl-latest/demos/keypad_encoder/ |
D | lv_demo_keypad_encoder.c | 151 lv_obj_t * ta2 = lv_textarea_create(parent); in text_input_create() local 152 lv_obj_set_width(ta2, LV_PCT(100)); in text_input_create() 153 lv_textarea_set_one_line(ta2, true); in text_input_create() 154 lv_textarea_set_placeholder_text(ta2, "Type something"); in text_input_create() 160 lv_obj_add_event_cb(ta2, ta_event_cb, LV_EVENT_ALL, kb); in text_input_create()
|