# Test for Weston IVI Plugin for HomeScreen(SystemController) # Animation Test # # 1. Surface animation sleep 1 launch ../tests/test-client < ../tests/testdata/cl_surface4.dat 2> ../tests/testlog/test-client04.log waitcreate 2 resize test-client 200 300 move test-client 300 350 0 # # fade and show/hide animation test-client fade 400 # show test-client 1 sleep 0.5 hide test-client 1 sleep 1 # # slide.toleft and show/hide animation test-client slide.toleft 400 show test-client 1 sleep 1 hide test-client 1 sleep 2 # # slide.toright and show/hide animation test-client slide.toright 400 show test-client 1 sleep 2 hide test-client 1 sleep 2 # # slide.totop and show/hide animation test-client slide.totop 400 show test-client 1 sleep 1 hide test-client 1 sleep 2 # # slide.tobottom and show/hide animation test-client slide.tobottom 400 show test-client 1 sleep 1 hide test-client 1 sleep 2 # # zoom and show/hide show test-client sleep 1 animation test-client zoom 600 show test-client 1 sleep 2 hide test-client 1 sleep 2 # # zoom and move animation test-client zoom 1000 show test-client sleep 1 move test-client 100 50 0 1 sleep 2 move test-client 500 400 0 1 sleep 2 # # zoom and resize resize test-client 80 50 1 sleep 2 resize test-client 300 200 1 sleep 2 # # slide and move animation test-client slide 600 move test-client 100 50 0 1 sleep 1.5 move test-client 500 400 0 1 sleep 2 # # fade and resize animation test-client fade 600 resize test-client 80 50 1 sleep 1.5 resize test-client 300 200 1 sleep 2 # # slide and resize animation test-client slide 600 resize test-client 80 50 1 sleep 1.5 resize test-client 300 200 1 sleep 3 # kill test-client waitdestroy 5 sleep 1 # launch ../tests/test-eflapp @1 -color=0xe02040ff 2> ../tests/testlog/test-eflapp.log 1>&2 waitcreate 2 # move test-eflapp@1 0 150 hide test-eflapp@1 sleep 1 animation test-eflapp@1 wipe.toleft 800 show test-eflapp@1 1 sleep 1 hide test-eflapp@1 1 sleep 1 # move test-eflapp@1 920 250 hide test-eflapp@1 sleep 1 animation test-eflapp@1 wipe.toright 800 show test-eflapp@1 1 sleep 1 hide test-eflapp@1 1 sleep 1 # move test-eflapp@1 400 0 hide test-eflapp@1 sleep 1 animation test-eflapp@1 wipe.tobottom 800 show test-eflapp@1 1 sleep 1 hide test-eflapp@1 1 sleep 1 # move test-eflapp@1 400 520 hide test-eflapp@1 sleep 1 animation test-eflapp@1 wipe.totop 800 show test-eflapp@1 1 sleep 1 hide test-eflapp@1 1 sleep 1 # move test-eflapp@1 0 150 hide test-eflapp@1 sleep 1 animation test-eflapp@1 swing.toleft 800 show test-eflapp@1 1 sleep 1 hide test-eflapp@1 1 sleep 1 # move test-eflapp@1 920 250 hide test-eflapp@1 sleep 1 animation test-eflapp@1 swing.toright 800 show test-eflapp@1 1 sleep 1 hide test-eflapp@1 1 sleep 1 # move test-eflapp@1 400 0 hide test-eflapp@1 sleep 1 animation test-eflapp@1 swing.tobottom 800 show test-eflapp@1 1 sleep 1 hide test-eflapp@1 1 sleep 1 # move test-eflapp@1 400 520 hide test-eflapp@1 sleep 1 animation test-eflapp@1 swing.totop 800 show test-eflapp@1 1 sleep 1 hide test-eflapp@1 1 sleep 1 # kill test-eflapp@1 sleep 0.5 # # 2. End of Test bye