Hmmmm ,
For the addBatch() function documentation ,
"Add a new movement to the batch of movements in this event. The
event's current location, position and size is updated to the new
values. In the future, the current values in the event will be added
to a list of historic values."
the last line confused me and I assumed that as of now you are just
dropping the previous events and over-writing the current event with
the latest one.
But still curious to understand why "35" ?
On Oct 7, 2:59 pm, Dianne Hackborn <
hack...@android.com> wrote:
> And MotionEvent contains the batch of data since the last event, so you are
> not losing any data.
>
>
>
> On Wed, Oct 7, 2009 at 1:00 PM, Romain Guy <
romain...@google.com> wrote:
>
> > This does not throttle the screen drawing, only the number of touch
> > events per second.
>
> >
romain...@android.com
>
> > Note: please don't send private questions to me, as I don't have time
> > to provide private support. All such questions should be posted on
> > public forums, where I and others can see and answer them
>
> --
> Dianne Hackborn
> Android framework engineer