replicant-frameworks_native/services/inputflinger
Conley Owens 51eb29fa9a Add TYPE_MAGNIFICATION_OVERLAY to isTrustedOverlay
This fixes a bug where a View with filterTouchesWhenObscured will have
all touches filtered when in magnification accessibility mode. This is
due to magnification being a separate Window over top of the running
Activity. The method onFilterTouchEventForSecurity in View will then
always return false when filterTouchesWhenObscured is enabled on the
View. By adding the magnification Window to the list of Trusted Overlays
we can ensure that touches will work properly with this property
enabled.

This corresponds to AOSP change
I07706588a625682d05da5cb19f401139eb08a54c

Change-Id: Iba095433a1f9045349d1b47a58a33b850ed31c97
2014-04-23 13:51:20 -07:00
..
tests Plumb display power state through display manager. 2014-04-11 01:27:26 -07:00
Android.mk Move inputservice over to frameworks/native 2014-02-11 10:47:14 -08:00
EventHub.cpp Misc. buttons aren't gamepad keys. 2014-04-02 15:59:11 -07:00
EventHub.h Move inputservice over to frameworks/native 2014-02-11 10:47:14 -08: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 Plumb display power state through display manager. 2014-04-11 01:27:26 -07:00
InputDispatcher.h Plumb display power state through display manager. 2014-04-11 01:27:26 -07:00
InputFlinger.cpp
InputFlinger.h
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 Cherry pick parts of f5df700e6ce. 2014-03-27 14:27:42 +00:00
InputReader.h Add idc config option for handling key repeats 2014-03-20 01:14:06 +00:00
InputWindow.cpp Add TYPE_MAGNIFICATION_OVERLAY to isTrustedOverlay 2014-04-23 13:51:20 -07:00
InputWindow.h Add TYPE_MAGNIFICATION_OVERLAY to isTrustedOverlay 2014-04-23 13:51:20 -07:00
main.cpp inputflinger: 64 bit compile issues 2014-03-21 15:34:51 -07:00
PointerControllerInterface.h Move inputservice over to frameworks/native 2014-02-11 10:47:14 -08:00