diff options
| author | 2019-07-16 21:27:54 +0000 | |
|---|---|---|
| committer | 2019-07-16 21:27:54 +0000 | |
| commit | d4a50e6e722bca573b3cfda26b81aa7cf977a8af (patch) | |
| tree | 24af03e98dcb6c1c15adfd639d1d3c78dbdf8781 | |
| parent | 2ac934280c5104d4395c1c34236fdf98d6e03837 (diff) | |
| parent | e6911497de05a6e6d3b2ea5155df1de569642d83 (diff) | |
Merge "GestureNav: make reportSystemGestureExclusionChanged oneway" into qt-dev
| -rw-r--r-- | core/java/android/view/IWindowSession.aidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/IWindowSession.aidl b/core/java/android/view/IWindowSession.aidl index caab00c3863e..775ec9920575 100644 --- a/core/java/android/view/IWindowSession.aidl +++ b/core/java/android/view/IWindowSession.aidl @@ -300,5 +300,5 @@ 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); } |