summaryrefslogtreecommitdiffstats
path: root/core/java/android/service/gesture/IEdgeGestureActivationListener.aidl
diff options
context:
space:
mode:
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