commit | b125dc5599468a09d82751cd76152071ae485afb | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Fri Feb 12 15:52:09 2010 -0800 |
committer | Dianne Hackborn <hackbod@google.com> | Fri Feb 12 17:52:22 2010 -0800 |
tree | 6d7ea46208c30bf1ae9014b70d7f5f50167eaa10 | |
parent | d382e4bee9c6cf96f97700ebcffcf81465294146 [diff] |
Fix MotionEvent pointer API. Ooops. The API said that the pointer down and up actions contained the pointer id, but it is actually the index. Actually it makes much more sense for it to be the index, and those ACTION_POINTER_1_DOWN etc. constants were stupid.