51eb29fa9a
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 |
||
---|---|---|
.. | ||
tests | ||
Android.mk | ||
EventHub.cpp | ||
EventHub.h | ||
InputApplication.cpp | ||
InputApplication.h | ||
InputDispatcher.cpp | ||
InputDispatcher.h | ||
InputFlinger.cpp | ||
InputFlinger.h | ||
InputListener.cpp | ||
InputListener.h | ||
InputManager.cpp | ||
InputManager.h | ||
InputReader.cpp | ||
InputReader.h | ||
InputWindow.cpp | ||
InputWindow.h | ||
main.cpp | ||
PointerControllerInterface.h |