diff options
| author | 2019-07-16 15:00:35 -0700 | |
|---|---|---|
| committer | 2019-07-16 15:00:35 -0700 | |
| commit | 374faa663c29b247988953ca604044136bc2bc4c (patch) | |
| tree | 14d93d32609de96e608d279a98eab53fe6514b06 | |
| parent | f216a50d59ac36600d4f3c0b1dc27c71600429a2 (diff) | |
| parent | d4a50e6e722bca573b3cfda26b81aa7cf977a8af (diff) | |
Merge "GestureNav: make reportSystemGestureExclusionChanged oneway" into qt-dev
am: d4a50e6e72
Change-Id: I6cedb58112f475f46d0b8caafb0824aacc9a3825
| -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); } |