Iam using a ListView
. when user starts dragging at a particular point i want to roll the list to a position,At that time user doesn't trigger ACTION_UP
. since he is still on the same touch path.
Eg user starts dragging from position 5 and drags up to 200 i will restore list to some point but the touch continues from 200 without calling ACTION_DOWN.
So how can we call the ACTION_UP
through code or interrupt
the touch path.