[android-developers] Re: At what point does android know the exact key that was pressed?

2011-08-07 Thread Doug
On Aug 6, 12:07 pm, Anil anil.r...@gmail.com wrote: I built the android source and running it in the Eclipse debugger, am trying to understand where is the point in the calling sequence when it has all the information about the event. So I run the calculator and press key '1'. There is a

[android-developers] Re: At what point does android know the exact key that was pressed?

2011-08-07 Thread Anil
You guessed correctly. I want to do a custom build. I work for an OEM and am trying to implement an idea - to log all inputs (keystrokes, text field input, browser tests including Javascript, plugging/ unplugging SD card etc.) by the testers to have a set of trails that would be useful. So I am

Re: [android-developers] Re: At what point does android know the exact key that was pressed?

2011-08-07 Thread Mark Murphy
On Sun, Aug 7, 2011 at 5:17 PM, Anil anil.r...@gmail.com wrote: You guessed correctly. I want to do a custom build. I work for an OEM and am trying to implement an idea - to log all inputs (keystrokes, text field input, browser tests including Javascript, plugging/ unplugging SD card etc.) by

[android-developers] Re: At what point does android know the exact key that was pressed?

2011-08-06 Thread Anil
I think you misunderstood my question. I do understand about registering listeners for callbacks to my application. My question is about the android system - for all applications. On Aug 6, 2:44 pm, Feign Narula feign.nar...@gmail.com wrote: Hi,    There are different listeners and you capture