/lvgl-latest/examples/widgets/textarea/ |
D | lv_example_textarea_1.c | 18 else if(lv_strcmp(txt, LV_SYMBOL_NEW_LINE) == 0) lv_obj_send_event(ta, LV_EVENT_READY, NULL); in btnm_event_handler() 28 lv_obj_add_event_cb(ta, textarea_event_handler, LV_EVENT_READY, ta); in lv_example_textarea_1()
|
D | lv_example_textarea_2.c | 61 else if(code == LV_EVENT_READY) { in ta_event_cb()
|
/lvgl-latest/examples/others/ime/ |
D | lv_example_ime_pinyin_2.c | 16 else if(code == LV_EVENT_READY) { in ta_event_cb()
|
/lvgl-latest/src/libs/rlottie/ |
D | lv_rlottie.c | 211 lv_obj_send_event(obj, LV_EVENT_READY, NULL); in next_frame_task_cb() 224 lv_obj_send_event(obj, LV_EVENT_READY, NULL); in next_frame_task_cb()
|
/lvgl-latest/src/misc/ |
D | lv_event.h | 79 LV_EVENT_READY, /**< A process has finished */ enumerator
|
/lvgl-latest/docs/details/libs/ |
D | ffmpeg.rst | 44 - :cpp:enumerator:`LV_EVENT_READY` Sent when playback is complete and auto-restart is not enabled.
|
D | rlottie.rst | 128 If you don't enable looping, a :cpp:enumerator:`LV_EVENT_READY` is sent when the
|
/lvgl-latest/src/widgets/keyboard/ |
D | lv_keyboard.c | 358 lv_result_t res = lv_obj_send_event(obj, LV_EVENT_READY, NULL); in lv_keyboard_def_event_cb() 362 res = lv_obj_send_event(keyboard->ta, LV_EVENT_READY, NULL); in lv_keyboard_def_event_cb() 374 lv_result_t res = lv_obj_send_event(keyboard->ta, LV_EVENT_READY, NULL); in lv_keyboard_def_event_cb()
|
/lvgl-latest/examples/others/observer/ |
D | lv_example_observer_2.c | 103 lv_obj_add_event_cb(ta, textarea_event_cb, LV_EVENT_READY, NULL); in ui_init()
|
/lvgl-latest/examples/others/file_explorer/ |
D | lv_example_file_explorer_3.c | 56 else if(code == LV_EVENT_READY) { in file_explorer_event_handler()
|
/lvgl-latest/docs/details/widgets/ |
D | keyboard.rst | 87 - :c:macro:`LV_SYMBOL_OK` Send :cpp:enumerator:`LV_EVENT_READY` to the assigned Text Area. 107 - :cpp:enumerator:`LV_EVENT_READY`: The *Ok* button was clicked.
|
D | dropdown.rst | 143 - :cpp:enumerator:`LV_EVENT_READY` Sent when list is opened.
|
D | textarea.rst | 233 - :cpp:enumerator:`LV_EVENT_READY` Sent when :cpp:enumerator:`LV_KEY_ENTER` is
|
/lvgl-latest/demos/keypad_encoder/ |
D | lv_demo_keypad_encoder.c | 211 if(code == LV_EVENT_READY || code == LV_EVENT_CANCEL) { in ta_event_cb()
|
/lvgl-latest/src/libs/gif/ |
D | lv_gif.c | 210 lv_result_t res = lv_obj_send_event(obj, LV_EVENT_READY, NULL); in next_frame_task_cb()
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lvgl.c | 103 obj_setInt(self, "READY", LV_EVENT_READY); in pika_lvgl_EVENT___init__()
|
/lvgl-latest/docs/details/other-components/ |
D | file_explorer.rst | 174 - :cpp:enumerator:`LV_EVENT_READY` Sent when a directory is opened, which can happen:
|
/lvgl-latest/src/others/file_explorer/ |
D | lv_file_explorer.c | 617 lv_obj_send_event(obj, LV_EVENT_READY, NULL); in show_dir()
|
/lvgl-latest/src/libs/ffmpeg/ |
D | lv_ffmpeg.c | 908 lv_obj_send_event((lv_obj_t *)player, LV_EVENT_READY, NULL); in lv_ffmpeg_player_frame_update_cb()
|
/lvgl-latest/docs/details/base-widget/ |
D | event.rst | 165 - :cpp:enumerator:`LV_EVENT_READY`: A process has finished
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 527 lv_obj_send_event(dropdown_obj, LV_EVENT_READY, NULL); in lv_dropdown_open()
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 1015 lv_obj_send_event(obj, LV_EVENT_READY, NULL); in lv_textarea_event()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 1305 else if(code == LV_EVENT_READY || code == LV_EVENT_CANCEL) { in ta_event_cb()
|