What are the coordinates you see? What event codes occur at this time? The Droid driver only reports a maximum of two points. Running Pointer Location on the Droid, I have only ever seen two points.
On Tue, Dec 1, 2009 at 7:23 AM, patrick <[email protected]> wrote: > I did a little test on a Motorola Droid: > I took the TouchPaint demo from the SDK and added some log in > onTouchEvent() method. > Theses logs returns event.getPointerCount() value. > > What i get is pretty weird: > If a press with one fingern getPointerCount return mainly 1, but > sometimes it reports 2! > > If i press with 2 fingers, getPointerCount returns 2 but if i try > with 3 or more it still returns 2. > > > So, is this behavior linked to screens imperfections in the Droid? or > is it some kind of bug? > > On Nov 18, 7:00 pm, Dianne Hackborn <[email protected]> wrote: > > On Tue, Nov 17, 2009 at 3:19 PM, 3pei <[email protected]> wrote: > > > Can you explain this in a more detail? > > > > Different screens have different imperfections in reporting multitouch; > by > > its nature you simply are not going to get perfect data, as there are > > intrinsic ambiguities in what is happening, and the different screen > > hardware and firmware has limitations in the quality of the data it can > > detect and process. > > > > -- > > Dianne Hackborn > > Android framework engineer > > [email protected] > > > > Note: please don't send private questions to me, as I don't have time to > > provide private support, and so won't reply to such e-mails. All such > > questions should be posted on public forums, where I and others can see > and > > answer them. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

