replicant-frameworks_native/services/inputflinger
Michael Wright 53dca3aadd Use previous pressure value if the current fusion data is zero.
Occasionally we'll receive the stylus up signal (pressure = 0) before
we receive the touch screen up signal. Rather than giving pointer a
pressure value of 0 (which is one of the signals of hovering) or
falling back to the touchscreen pressure values (which would make for
an inconsistent stream), use the previous pressure value which should
always be non-zero for a stream of fused data.

Bug: 20449776
Change-Id: I71eb97e7c4ea53e42b0eb54fc1f8ae7f89aad9d1
2015-05-12 14:17:42 +01:00
..
host Add method stubs for input device properties. 2015-04-16 11:12:49 -07:00
tests Fuse stylus and touch screen data. 2015-04-17 16:37:16 +00:00
Android.mk Move inputflinger process to host directory 2015-02-23 16:04:57 -08:00
EventHub.cpp Fuse stylus and touch screen data. 2015-04-17 16:37:16 +00:00
EventHub.h Fuse stylus and touch screen data. 2015-04-17 16:37:16 +00:00
InputApplication.cpp Move inputservice over to frameworks/native 2014-02-11 10:47:14 -08:00
InputApplication.h Move inputservice over to frameworks/native 2014-02-11 10:47:14 -08:00
InputDispatcher.cpp am 033f7e8e: Merge "InputDispatcher: Optimize count()" 2014-12-24 10:32:20 +00:00
InputDispatcher.h InputDispatcher: Optimize count() 2014-11-26 12:04:47 -08:00
InputListener.cpp Move inputservice over to frameworks/native 2014-02-11 10:47:14 -08:00
InputListener.h Move inputservice over to frameworks/native 2014-02-11 10:47:14 -08:00
InputManager.cpp Move inputservice over to frameworks/native 2014-02-11 10:47:14 -08:00
InputManager.h Move inputservice over to frameworks/native 2014-02-11 10:47:14 -08:00
InputReader.cpp Use previous pressure value if the current fusion data is zero. 2015-05-12 14:17:42 +01:00
InputReader.h Use previous pressure value if the current fusion data is zero. 2015-05-12 14:17:42 +01:00
InputWindow.cpp Add TYPE_MAGNIFICATION_OVERLAY to isTrustedOverlay 2014-04-23 13:51:20 -07:00
InputWindow.h Stop consuming input on error dialogs. 2014-11-11 14:05:03 -08:00
PointerControllerInterface.h Move inputservice over to frameworks/native 2014-02-11 10:47:14 -08:00