Searched refs:exp_evt_code (Results 1 – 1 of 1) sorted by relevance
10 lv_event_code_t exp_evt_code; variable18 exp_evt_code = 0; in setUp()295 if(code == exp_evt_code) { in event_handler()306 exp_evt_code = LV_EVENT_PRESSED; in test_button_matrix_pressed_event_works()319 exp_evt_code = LV_EVENT_RELEASED; in test_button_matrix_release_event_works()342 exp_evt_code = LV_EVENT_KEY; in test_button_matrix_key_event_works()391 exp_evt_code = LV_EVENT_PRESSING; in test_button_matrix_pressing_event_works()409 exp_evt_code = LV_EVENT_LONG_PRESSED_REPEAT; in test_button_matrix_long_press_repeat_event_works()425 exp_evt_code = LV_EVENT_PRESS_LOST; in test_button_matrix_press_lost_event_works()439 exp_evt_code = LV_EVENT_DEFOCUSED; in test_button_matrix_defocused_event_works()[all …]