summaryrefslogtreecommitdiffstats
path: root/core/java/android/service/gesture/IEdgeGestureActivationListener.aidl
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-03-18 10:36:07 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-03-18 10:36:07 +0100
commit813d4309fb2144b96ffcd644c71a30aadc50fd1e (patch)
tree532609cc34968f682701176114c484f5278b8349 /core/java/android/service/gesture/IEdgeGestureActivationListener.aidl
parent8bc386657e4bd582ea0897410523e27230a8e157 (diff)
parentdf301d4a64fe0dfc812b39e3f7e2c2ca4b93c305 (diff)
downloadframeworks_base-replicant-6.0-alpha-0004.zip
frameworks_base-replicant-6.0-alpha-0004.tar.gz
frameworks_base-replicant-6.0-alpha-0004.tar.bz2
Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_frameworks_base into replicant-6.0replicant-6.0-alpha-0004
Diffstat (limited to 'core/java/android/service/gesture/IEdgeGestureActivationListener.aidl')
-rw-r--r--core/java/android/service/gesture/IEdgeGestureActivationListener.aidl14
1 files changed, 0 insertions, 14 deletions
diff --git a/core/java/android/service/gesture/IEdgeGestureActivationListener.aidl b/core/java/android/service/gesture/IEdgeGestureActivationListener.aidl
deleted file mode 100644
index 0c9b24a..0000000
--- a/core/java/android/service/gesture/IEdgeGestureActivationListener.aidl
+++ /dev/null
@@ -1,14 +0,0 @@
-
-package android.service.gesture;
-
-import android.view.InputEvent;
-
-/** @hide */
-interface IEdgeGestureActivationListener {
-
- /** Called when a gesture is detected that fits to the activation gesture. At this point in
- * time gesture detection is disabled. Call IEdgeGestureHostCallback.restoreState() to
- * recover from this.
- */
- oneway void onEdgeGestureActivation(int touchX, int touchY, int positionIndex, int flags);
-} \ No newline at end of file