Merge "GestureNav: make reportSystemGestureExclusionChanged oneway"
This commit is contained in:
committed by
Android (Google) Code Review
commit
59aefc87d2
@@ -308,7 +308,7 @@ interface IWindowSession {
|
||||
/**
|
||||
* Called when the system gesture exclusion has changed.
|
||||
*/
|
||||
void reportSystemGestureExclusionChanged(IWindow window, in List<Rect> exclusionRects);
|
||||
oneway void reportSystemGestureExclusionChanged(IWindow window, in List<Rect> exclusionRects);
|
||||
|
||||
/**
|
||||
* Request the server to call setInputWindowInfo on a given Surface, and return
|
||||
|
||||
Reference in New Issue
Block a user