After splitting screen, the moveTo doesn't work

    action.press(x_screen/2, y_screen/2).waitAction(1000).moveTo(0, 500).waitAction(1000).release().perform();

the script just press the center of the screen and then do nothing, is there anybody know the reason?