SyncPointerCapture (1/n): Notify PointerCaptureChanged through InputListener
This CL adds notifyPointerCaptureChanged(NotifyPointerCaptureChangedArgs) to the InputListener interface so that InputReader can notify the Dispatcher about changes in its PointerCapture state synchronously with the processing of input events. Notifying the Dispatcher about the pointer capture state through the InputListener interface will synchronize the state change notification with input events that are reported through the same interface. Bug: 141749603 Test: atest inputflinger_tests Change-Id: I7bfd45334fa70eccdd5a0f002cbb00e7a1de8d14
Loading
Please register or sign in to comment