Searched refs:currentButton (Results 1 – 1 of 1) sorted by relevance
7 static lv_obj_t * currentButton = NULL; variable16 if(currentButton == obj) { in event_handler()17 currentButton = NULL; in event_handler()20 currentButton = obj; in event_handler()26 if(child == currentButton) { in event_handler()40 if(currentButton == NULL) return; in event_handler_top()41 lv_obj_move_background(currentButton); in event_handler_top()42 lv_obj_scroll_to_view(currentButton, LV_ANIM_ON); in event_handler_top()50 if(currentButton == NULL) return; in event_handler_up()51 uint32_t index = lv_obj_get_index(currentButton); in event_handler_up()[all …]