summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-07-17 03:11:41 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-07-17 03:11:41 +0000
commit858d6485ceaf2f3f02e83389b476263ed706b245 (patch)
treeebf492b6a0015424a4aaa592c977b20cb6a16da4
parentcee1542bfec531c18ce7b9f60159091df8569174 (diff)
parent96c90b32840b83f9eed9865afb1fe86e535b336d (diff)
downloadbase-858d6485ceaf2f3f02e83389b476263ed706b245.tar.gz
Merge cherrypicks of [8673593, 8673409, 8673796, 8673797, 8673798, 8673855, 8673151, 8673594, 8673499, 8673799, 8673895, 8673896] into qt-release
Change-Id: Iece98cff5cd148dc69fad6e926390db2553c5126
-rw-r--r--core/java/android/view/IWindowSession.aidl2
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);
}