commit | af30ff6020990427e0e0e73e4ac4a85a6f26a8ff | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@google.com> | Wed Sep 01 17:01:00 2010 -0700 |
committer | Jeff Brown <jeffbrown@google.com> | Wed Sep 08 11:50:55 2010 -0700 |
tree | cd1ecd559519bdfb59d347bf969fef364be0ae28 | |
parent | d71a3160ae23c4a7af59360c0c68b6e2f8020ac9 [diff] |
Add support for secure views. Added the MotionEvent.FLAG_WINDOW_IS_OBSCURED flag which is set by the input manager whenever another visible window is partly or wholly obscured the target of a touch event so that applications can filter touches accordingly. Added a "filterTouchesWhenObscured" attribute to View which can be used to enable filtering of touches when the view's window is obscured. Change-Id: I936d9c85013fd2d77fb296a600528d30a29027d2