Gesture with particular speed in android

Hi ,

In my application we have a pattern screen where the pattern has to perform in a particular speed and the control should not lift till the end point. Like how we perform the pattern screen to unlock android devices, but here challenge i am facing is time and speed.

I have tried with Long press,Press, move to and swipe as well but no luck .

Can anyone suggest me some solution hoe to control the speed of the movement.

I think the most precise way to control swipe speed in android would be w3c actions and appium@beta. See https://github.com/appium/java-client/issues/1322 for more details