in WindowManagerService.java 2010/5/26 rahul <[email protected]>
> Hi All, > > I have a query related to the touch events. When the user opens the > landscape orientation on-screen qwerty keyboard and presses their > thumb onto the space bar but over half of their thumb's touch area is > outside of the screen area. Therefore the touch is reported with a > coordinate outside of the display range and is discarded. I could see > the raw events coming till InputDevice.java (generateAbsMotion > method) but they are not sent to apps. Can someone please let me know > where exactly these events are discarded. Whether in KeyInputQueue or > WindowManagerService.java? > > Thanks in advance. > > Regards, > Rahul > > -- > 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 -- 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

