Searched refs:GX_MENU_ANIMATION_CLOSE (Results 1 – 5 of 5) sorted by relevance
323 accordion -> gx_accordion_menu_animation_status &= (GX_UBYTE)(~GX_MENU_ANIMATION_CLOSE); in _gx_accordion_menu_close_animation_update()495 if ((accordion -> gx_accordion_menu_animation_status & GX_MENU_ANIMATION_CLOSE) || in _gx_accordion_menu_pen_down_event_process()589 accordion -> gx_accordion_menu_animation_status |= GX_MENU_ANIMATION_CLOSE; in _gx_accordion_menu_pen_up_event_process()
127 while((accordion->gx_accordion_menu_animation_status & GX_MENU_ANIMATION_CLOSE) || in control_thread_entry()
135 while((accordion->gx_accordion_menu_animation_status & GX_MENU_ANIMATION_CLOSE) || in control_thread_entry()
160 while((accordion->gx_accordion_menu_animation_status & GX_MENU_ANIMATION_CLOSE) || in control_thread_entry()
58 #define GX_MENU_ANIMATION_CLOSE 0x02 macro