InputDispatcher: Implement stylus interceptor
A stylus interceptor is a window that receives all stylus events within its touchable bounds, while letting all other events be dispatched to windows behind it. This makes it possible for the framework to create a stylus interceptor on top of another app to implement handwriting recognition. The feature has no effect when the window flag FLAG_NOT_TOUCHABLE is not set. The feature has no effect when the window is not a trusted overlay. Test: atest inputflinger_tests Change-Id: Id4833840aa3088d21333d3ea08beffbded4debbc
Loading
Please register or sign in to comment