Home
last modified time | relevance | path

Searched refs:gx_animation_style (Results 1 – 25 of 34) sorted by relevance

12

/GUIX-v6.2.1/common/src/
Dgx_animation_slide_landing.c131 if (info -> gx_animation_style & GX_ANIMATION_EASING_FUNC_MASK) in _gx_animation_slide_landing()
139 _gx_utility_easing_function_calculate(info -> gx_animation_style, in _gx_animation_slide_landing()
149 _gx_utility_easing_function_calculate(info -> gx_animation_style, in _gx_animation_slide_landing()
182 …if (((info -> gx_animation_style & GX_ANIMATION_EASING_FUNC_MASK) && (info -> gx_animation_steps !… in _gx_animation_slide_landing()
198 if (info -> gx_animation_style & GX_ANIMATION_BLOCK_MOVE) in _gx_animation_slide_landing()
226 if (info -> gx_animation_style & GX_ANIMATION_VERTICAL) in _gx_animation_slide_landing()
270 if (info -> gx_animation_style & GX_ANIMATION_BLOCK_MOVE) in _gx_animation_slide_landing()
289 if (info -> gx_animation_style & GX_ANIMATION_BLOCK_MOVE) in _gx_animation_slide_landing()
Dgx_animation_update.c114 if (info -> gx_animation_style & GX_ANIMATION_SCREEN_DRAG) in _gx_animation_update()
143 _gx_utility_easing_function_calculate(info -> gx_animation_style, in _gx_animation_update()
188 _gx_utility_easing_function_calculate(info -> gx_animation_style, in _gx_animation_update()
203 _gx_utility_easing_function_calculate(info -> gx_animation_style, in _gx_animation_update()
226 if (animation -> gx_animation_info.gx_animation_style & GX_ANIMATION_BLOCK_MOVE) in _gx_animation_update()
Dgx_animation_complete.c173 if (animation -> gx_animation_info.gx_animation_style & GX_ANIMATION_PUSH_STACK) in _gx_animation_complete()
178 else if (animation -> gx_animation_info.gx_animation_style & GX_ANIMATION_DETACH) in _gx_animation_complete()
211 if (animation -> gx_animation_info.gx_animation_style & GX_ANIMATION_PUSH_STACK) in _gx_animation_complete()
216 else if (animation -> gx_animation_info.gx_animation_style & GX_ANIMATION_DETACH) in _gx_animation_complete()
Dgx_animation_drag_tracking_start.c113 if (info -> gx_animation_style & GX_ANIMATION_VERTICAL) in _gx_animation_drag_tracking_start()
129 (info -> gx_animation_style & GX_ANIMATION_WRAP)) in _gx_animation_drag_tracking_start()
139 if ((index < 0) && (info -> gx_animation_style & GX_ANIMATION_WRAP)) in _gx_animation_drag_tracking_start()
145 if (info -> gx_animation_style & GX_ANIMATION_VERTICAL) in _gx_animation_drag_tracking_start()
178 if (info -> gx_animation_style & GX_ANIMATION_VERTICAL) in _gx_animation_drag_tracking_start()
Dgx_animation_drag_tracking.c112 if (animation -> gx_animation_info.gx_animation_style & GX_ANIMATION_VERTICAL) in _gx_animation_drag_tracking()
158 if (animation -> gx_animation_info.gx_animation_style & GX_ANIMATION_VERTICAL) in _gx_animation_drag_tracking()
172 if (animation -> gx_animation_info.gx_animation_style & GX_ANIMATION_VERTICAL) in _gx_animation_drag_tracking()
193 if (animation -> gx_animation_info.gx_animation_style & GX_ANIMATION_BLOCK_MOVE) in _gx_animation_drag_tracking()
Dgx_animation_drag_event_process.c108 if (info -> gx_animation_style & GX_ANIMATION_VERTICAL) in _gx_animation_drag_event_check()
126 if (info -> gx_animation_style & GX_ANIMATION_VERTICAL) in _gx_animation_drag_event_check()
169 if (info -> gx_animation_style & GX_ANIMATION_VERTICAL) in _gx_animation_drag_event_check()
Dgxe_animation_drag_enable.c91 if ((info -> gx_animation_style & GX_ANIMATION_EASING_FUNC_MASK) && in _gxe_animation_drag_enable()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_animation_stop.c81 info_1.gx_animation_style = GX_ANIMATION_SINE_EASE_OUT; in control_thread_entry()
96 info_2.gx_animation_style = GX_ANIMATION_SINE_EASE_OUT; in control_thread_entry()
111 info_3.gx_animation_style = GX_ANIMATION_SINE_EASE_OUT; in control_thread_entry()
Dvalidation_guix_animation_update.c73 info.gx_animation_style = GX_ANIMATION_SINE_EASE_OUT | GX_ANIMATION_DETACH; in control_thread_entry()
107 info.gx_animation_style = GX_ANIMATION_DETACH; in control_thread_entry()
Dvalidation_guix_animation_complete_push_stack.c88 info.gx_animation_style = GX_ANIMATION_SINE_EASE_OUT | GX_ANIMATION_PUSH_STACK; in control_thread_entry()
Dvalidation_guix_all_widgets_16bpp_canvas_animation.c78 info.gx_animation_style = 0; in control_thread_entry()
Dvalidation_guix_animation_complete.c83 info.gx_animation_style = GX_ANIMATION_SINE_EASE_OUT | GX_ANIMATION_DETACH; in control_thread_entry()
/GUIX-v6.2.1/tutorials/demo_guix_transitions/
Ddemo_guix_transitions.c197 … transition_animation_info.gx_animation_style = GX_ANIMATION_TRANSLATE | GX_ANIMATION_SINE_EASE_IN; in InitSlideTransition()
203 transition_animation_info.gx_animation_style |= GX_ANIMATION_DETACH; in InitSlideTransition()
237 …drag_animation_info.gx_animation_style = GX_ANIMATION_SCREEN_DRAG | GX_ANIMATION_WRAP | GX_ANIMATI… in BackgroundWinEventProcess()
/GUIX-v6.2.1/test/example_internal/non_linear_animation/
Ddemo_guix_non_linear_animation.c76 animation_info.gx_animation_style = animation_style; in animation_start()
84 if (animation.gx_animation_info.gx_animation_style != animation_style) in generate_line_chart_data()
265 if (animation.gx_animation_info.gx_animation_style != animation_style) in main_screen_event_process()
/GUIX-v6.2.1/guix_studio/
Dtrigger_action_edit_dlg.cpp847 if (animation->gx_animation_style & GX_ANIMATION_DETACH) in ShowHideAnimationParams()
856 if (animation->gx_animation_style & GX_ANIMATION_PUSH_STACK) in ShowHideAnimationParams()
865 mAnimationEasingFuncId = animation->gx_animation_style & GX_ANIMATION_EASING_FUNC_MASK; in ShowHideAnimationParams()
1182 action->animation->gx_animation_style |= GX_ANIMATION_DETACH; in SaveAnimationInfo()
1186 action->animation->gx_animation_style &= ~GX_ANIMATION_DETACH; in SaveAnimationInfo()
1191 action->animation->gx_animation_style |= GX_ANIMATION_PUSH_STACK; in SaveAnimationInfo()
1195 action->animation->gx_animation_style &= ~GX_ANIMATION_PUSH_STACK; in SaveAnimationInfo()
1201 action->animation->gx_animation_style &= ~GX_ANIMATION_EASING_FUNC_MASK; in SaveAnimationInfo()
1202 action->animation->gx_animation_style |= mAnimationEasingFuncId; in SaveAnimationInfo()
Dscreen_generator.cpp2471 if (info->gx_animation_style | GX_ANIMATION_TRANSLATE) in GetAnimationStyles()
2475 if (info->gx_animation_style & GX_ANIMATION_DETACH) in GetAnimationStyles()
2480 if (info->gx_animation_style & GX_ANIMATION_PUSH_STACK) in GetAnimationStyles()
2485 switch (info->gx_animation_style & GX_ANIMATION_EASING_FUNC_MASK) in GetAnimationStyles()
2579 else if (info->gx_animation_style | GX_ANIMATION_SCREEN_DRAG) in GetAnimationStyles()
2583 if (info->gx_animation_style & GX_ANIMATION_WRAP) in GetAnimationStyles()
2588 if (info->gx_animation_style & GX_ANIMATION_HORIZONTAL) in GetAnimationStyles()
2592 else if (info->gx_animation_style & GX_ANIMATION_VERTICAL) in GetAnimationStyles()
/GUIX-v6.2.1/samples/demo_guix_home_automation/
Dscreen_base.c155 info.gx_animation_style = GX_ANIMATION_ELASTIC_EASE_OUT; in footer_icons_animation_start()
224 info.gx_animation_style = 0; in title_animation_start()
260 …slide_animation_info.gx_animation_style = GX_ANIMATION_SCREEN_DRAG | GX_ANIMATION_HORIZONTAL | GX_… in slide_animation_start()
465 animation_info.gx_animation_style = GX_ANIMATION_TRANSLATE | GX_ANIMATION_DETACH; in screen_list_slide()
489 animation_info.gx_animation_style = GX_ANIMATION_TRANSLATE; in screen_list_slide()
Dpasscode_screen.c81 info.gx_animation_style = GX_ANIMATION_CIRC_EASE_OUT; in on_clear()
Dweather.c227 animation_info.gx_animation_style = 0; in start_weather_children_animation()
/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Ddemo_guix_smart_watch.c291 …slide_animation_info.gx_animation_style = GX_ANIMATION_SCREEN_DRAG | GX_ANIMATION_VERTICAL | GX_AN… in enable_vertical_slide_animation()
320 …slide_animation_info.gx_animation_style = GX_ANIMATION_SCREEN_DRAG | GX_ANIMATION_HORIZONTAL | GX_… in enable_horizontal_slide_animation()
541 animation_info.gx_animation_style = GX_ANIMATION_TRANSLATE | GX_ANIMATION_BLOCK_MOVE; in page_screen_slide()
659 animation_info.gx_animation_style = GX_ANIMATION_TRANSLATE | GX_ANIMATION_BLOCK_MOVE; in container_screen_slide()
/GUIX-v6.2.1/test/example_internal/screen_drag_animation/
Ddemo_screen_drag_animation.c198 info.gx_animation_style = h_screen_drag_style; in h_menu_window_event_handler()
234 info.gx_animation_style = v_screen_drag_style; in v_menu_window_event_handler()
/GUIX-v6.2.1/test/example_internal/screen_drag_animation_with_block_move/
Ddemo_screen_drag_animation_with_block_move.c87 info.gx_animation_style = style; in enable_screen_drag_animation()
/GUIX-v6.2.1/test/example_internal/screen_drag_animation_with_canvas/
Ddemo_screen_drag_animation_with_canvas.c96 info.gx_animation_style = style; in enable_screen_drag_animation()
/GUIX-v6.2.1/tutorials/demo_guix_widget_animation/
Ddemo_guix_widget_animation.c159 animation_info.gx_animation_style = easing_function_id; in animation_start()
/GUIX-v6.2.1/samples/demo_guix_industrial/
Ddemo_guix_industrial.c411 info.gx_animation_style = GX_ANIMATION_DETACH; in screen_toggle_animation_start()

12