Add "KeyFallback" handling ability to Views
This gives any view the ability to receive unhandled KeyEvents. The order of Views receiving fallback key events is inverse drawing order: this means higher views will receive fallback events first. FallbackHandlers can be added to any view via addKeyFallbackListener. Within a view, listeners are tapped in reverse order (such that more-recently added listeners will receive the event first). Bug: 32722450 Test: Added a CTS test ViewTest#testKeyFallback Change-Id: Ibfff4db70de8fb98db0035e5aeb09271be1574c6
Loading
Please register or sign in to comment