Searched refs:lv_menu_history_t (Results 1 – 2 of 2) sorted by relevance
182 lv_menu_history_t * act_hist = lv_ll_get_head(history_ll); in lv_menu_refr()216 lv_menu_history_t * new_node = lv_ll_ins_head(history_ll); in lv_menu_set_page()547 lv_ll_init(&(menu->history_ll), sizeof(lv_menu_history_t)); in lv_menu_constructor()786 lv_menu_history_t * act_hist = lv_ll_get_head(history_ll); in lv_menu_back_event_cb()789 lv_menu_history_t * prev_hist = lv_ll_get_next(history_ll, act_hist); in lv_menu_back_event_cb()
218 typedef struct _lv_menu_history_t lv_menu_history_t; typedef