summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2019-04-03 11:02:53 -0700
committerSunny Goyal <sunnygoyal@google.com>2019-04-03 11:03:14 -0700
commit27211592e1e494b0399b0b63cc35e546a988b844 (patch)
treeba1f1a0fb4128184a705e5680e41a32dbfc5d8f6
parent26fa2d2bfd60956bd5261adef936c3299b8616cc (diff)
downloadandroid_packages_apps_Trebuchet-27211592e1e494b0399b0b63cc35e546a988b844.tar.gz
android_packages_apps_Trebuchet-27211592e1e494b0399b0b63cc35e546a988b844.tar.bz2
android_packages_apps_Trebuchet-27211592e1e494b0399b0b63cc35e546a988b844.zip
Removing unused import in TouchInteractionService
Change-Id: I207e56189bbdb0105430a47f6a9069c6382354b2
-rw-r--r--go/quickstep/src/com/android/quickstep/TouchInteractionService.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/go/quickstep/src/com/android/quickstep/TouchInteractionService.java b/go/quickstep/src/com/android/quickstep/TouchInteractionService.java
index 89a845426..80e1325f6 100644
--- a/go/quickstep/src/com/android/quickstep/TouchInteractionService.java
+++ b/go/quickstep/src/com/android/quickstep/TouchInteractionService.java
@@ -30,7 +30,6 @@ import android.view.MotionEvent;
import com.android.systemui.shared.recents.IOverviewProxy;
import com.android.systemui.shared.recents.ISystemUiProxy;
-import com.android.systemui.shared.system.NavigationBarCompat.HitTarget;
/**
* Service connected by system-UI for handling touch interaction.
@@ -38,8 +37,6 @@ import com.android.systemui.shared.system.NavigationBarCompat.HitTarget;
@TargetApi(Build.VERSION_CODES.O)
public class TouchInteractionService extends Service {
- public static final int EDGE_NAV_BAR = 1 << 8;
-
private static final String TAG = "TouchInteractionService";
private final IBinder mMyBinder = new IOverviewProxy.Stub() {