replicant-frameworks_native/libs
Jeff Brown ef3a823482 Fix bug where home presses were not poking user activity.
We now poke user activity twice: once upon dequeueing an event
for dispatch and then again just before we dispatch it.  The second
poke is to compensate for the fact that it can take a few seconds to
identify the dispatch target (if the application is responding slowly)
but we want to keep the display from going to sleep for X amount of time
after the app gets a chance to actually receive the event.  This mirrors
pre-Gingerbread behavior.

Removed some unnecessary code that filters user activity pokes when sending
events to KeyGuard.  We don't need this because KeyGuard already tells the
power manager to disable user activity.

Bug: 3101397
Change-Id: I8c3a77601fdef8f584e84cfdd11aa79da0ff51db
2010-10-18 14:50:13 -07:00
..
binder Some debugging support. 2010-09-24 13:11:55 -07:00
gui Fix typo which causes sensors to fail miserably 2010-09-16 21:41:13 -07:00
surfaceflinger_client implement part of [3094280] New animation for screen on and screen off 2010-10-13 14:28:26 -07:00
ui Fix bug where home presses were not poking user activity. 2010-10-18 14:50:13 -07:00
utils MinGW/Cygwin requires open() in O_BINARY mode. 2010-10-13 21:55:15 -07:00