[android-developers] Re: Motion event getEventTime() and getDownTime()

2008-03-28 Thread wonderoid
Cheers. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTE

[android-developers] Re: Motion event getEventTime() and getDownTime()

2008-03-28 Thread Romain Guy
Hi, Android's framework does not use System.currentTimeMillis() but android.os.SystemClock which gives the time in ms since the startup of the system (read the javadocs for more details about the various available methods.) On Fri, Mar 28, 2008 at 1:39 PM, wonderoid <[EMAIL PROTECTED]> wrote: >