Mir

Comment 2 for bug 1320219

Revision history for this message
Sylvain Becker (sylvain-becker) wrote :

Actually, this is not a bug :)

http://developer.android.com/reference/android/view/MotionEvent.html

0x101 -> getActionMasked tells this is an ACTION_UP.
and for ACTION_UP, no way to look at the getActionIndex (motion.action >> 8).
It should be assumed to be 0.