Thank you. Could the AbsListView.CheckForTabrunnable be used to trigger a selection in the listView?
On May 16, 2:32 pm, hackbod <[EMAIL PROTECTED]> wrote: > It's a fairly complicated interaction: basically when a down is > detected, the down location is stored and a delayed message scheduled > for a timeout. If move events are received that move the position > sufficiently far from the starting position, then it goes into move > mode. If the timeout occurs while still selecting, then it goes into > long press (showing the context menu). Otherwise, when the up event > occurs, it selects the item at the current location. > > On May 16, 11:24 am, marsrobot2008 <[EMAIL PROTECTED]> wrote: > > > I'd like to know how the AdsListView works with the MotionEvent > > action to detect whether the user request an move or an action. > > > Is it upon the ACTION_UP which is combined with the previous action > > and the downtime? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Internals" 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-internals?hl=en -~----------~----~----~----~------~----~------~--~---
