Lines Matching refs:target_1
87 GX_WIDGET *target_1 = GX_NULL; in _gx_animation_slide_landing() local
100 … target_1 = info -> gx_animation_slide_screen_list[animation -> gx_animation_slide_target_index_1]; in _gx_animation_slide_landing()
123 target_size = target_1 -> gx_widget_size; in _gx_animation_slide_landing()
201 _gx_widget_scroll_shift(target_1, (GX_VALUE)x_shift, (GX_VALUE)y_shift, GX_TRUE); in _gx_animation_slide_landing()
210 _gx_widget_shift(target_1, (GX_VALUE)x_shift, (GX_VALUE)y_shift, GX_TRUE); in _gx_animation_slide_landing()
239 if (target_1 -> gx_widget_parent) in _gx_animation_slide_landing()
241 _gx_widget_hide(target_1 -> gx_widget_parent); in _gx_animation_slide_landing()
247 _gx_widget_detach(target_1); in _gx_animation_slide_landing()
248 target_1 = target_2; in _gx_animation_slide_landing()
251 _gx_widget_shift(target_1, in _gx_animation_slide_landing()
255 _gx_widget_attach(parent, target_1); in _gx_animation_slide_landing()
265 _gx_widget_detach(target_1); in _gx_animation_slide_landing()
267 target_1 = target_2; in _gx_animation_slide_landing()
273 _gx_widget_scroll_shift(target_1, (GX_VALUE)x_shift, (GX_VALUE)y_shift, GX_TRUE); in _gx_animation_slide_landing()
277 _gx_widget_shift(target_1, (GX_VALUE)x_shift, (GX_VALUE)y_shift, GX_TRUE); in _gx_animation_slide_landing()