Searched refs:LV_EVENT_PREPROCESS (Results 1 – 4 of 4) sorted by relevance
93 const bool is_preprocessed = (dsc->filter & LV_EVENT_PREPROCESS) != 0; in lv_event_send()95 lv_event_code_t filter = dsc->filter & ~LV_EVENT_PREPROCESS; in lv_event_send()214 return e->code & ~LV_EVENT_PREPROCESS; in lv_event_get_code()256 code &= ~LV_EVENT_PREPROCESS; in lv_event_code_get_name()341 case LV_EVENT_PREPROCESS: in lv_event_code_get_name()
115 … LV_EVENT_PREPROCESS = 0x8000, /** This is a flag that can be set with an event so it's processed enumerator
83 lv_obj_add_event_cb(btn, event_pre_1_cb, LV_EVENT_CLICKED | LV_EVENT_PREPROCESS, NULL); in test_event_stop_processing()84 lv_obj_add_event_cb(btn, event_pre_2_cb, LV_EVENT_CLICKED | LV_EVENT_PREPROCESS, NULL); in test_event_stop_processing()
117 obj_setInt(self, "PREPROCESS", LV_EVENT_PREPROCESS); in pika_lvgl_EVENT___init__()