replicant-frameworks_native/include/input
Michael Wright 03a53d1c77 Add new MotionEvent flag for partially obscured windows.
Due to more complex window layouts resulting in lots of overlapping
windows, the policy around FLAG_WINDOW_IS_OBSCURED has changed to
only be set when the point at which the window was touched is
obscured. Unfortunately, this doesn't prevent tapjacking attacks that
overlay the dialog's text, making a potentially dangerous operation
seem innocuous. To avoid this on particularly sensitive dialogs,
introduce a new flag that really does tell you when your window is
being even partially overlapped.

We aren't exposing this as API since we plan on making the original
flag more robust. This is really a workaround for system dialogs
since we generally know their layout and screen position, and that
they're unlikely to be overlapped by other applications.

Bug: 26677796
Change-Id: I9e336afe90f262ba22015876769a9c510048fd47
2016-04-21 19:11:18 -07:00
..
IInputFlinger.h Move inputflinger process to host directory 2015-02-23 16:04:57 -08:00
Input.h Add new MotionEvent flag for partially obscured windows. 2016-04-21 19:11:18 -07:00
InputDevice.h Pass through availability of audio mic for input devices. 2015-04-09 10:02:16 -07:00
InputEventLabels.h DO NOT MERGE Revert "am f37143d8: Merge "Cancel touches as well as pointer gestures." into mnc-dev" 2015-09-22 22:05:48 +01:00
InputTransport.h Fix input tests to work with new MotionEvent member 2015-05-14 16:29:13 +01:00
KeyCharacterMap.h Allow defining replacement key events in keymap 2015-09-29 13:26:30 -07:00
KeyLayoutMap.h Parse LED mappings in keylayout files. DO NOT MERGE 2014-03-03 13:59:35 -08:00
Keyboard.h Allow defining replacement key events in keymap 2015-09-29 13:26:30 -07:00
VelocityControl.h Move input library code from frameworks/base. 2013-07-01 20:11:26 -07:00
VelocityTracker.h Move input library code from frameworks/base. 2013-07-01 20:11:26 -07:00
VirtualKeyMap.h Move input library code from frameworks/base. 2013-07-01 20:11:26 -07:00