summaryrefslogtreecommitdiffstats
path: root/quickstep/src/com/android/quickstep/OverviewInteractionState.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2019-02-12 16:20:10 -0800
committerSunny Goyal <sunnygoyal@google.com>2019-02-13 10:25:21 +0000
commita002c6c19d2e7e1c3fc010ffdcbb2138586b5553 (patch)
tree108d9d39c85a6210c1d92fac72cc1d965c1e0b23 /quickstep/src/com/android/quickstep/OverviewInteractionState.java
parent5387c1109c21b05217128ff97b0e0e667a15236f (diff)
downloadpackages_apps_Trebuchet-a002c6c19d2e7e1c3fc010ffdcbb2138586b5553.tar.gz
packages_apps_Trebuchet-a002c6c19d2e7e1c3fc010ffdcbb2138586b5553.tar.bz2
packages_apps_Trebuchet-a002c6c19d2e7e1c3fc010ffdcbb2138586b5553.zip
Removing use of onQuickstep event and determining the touchSlopPassed in Launcher
Bug: 124255113 Change-Id: If6fe77c7086a30775f78ec2a86251cb6bcd3c4c4
Diffstat (limited to 'quickstep/src/com/android/quickstep/OverviewInteractionState.java')
-rw-r--r--quickstep/src/com/android/quickstep/OverviewInteractionState.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/quickstep/src/com/android/quickstep/OverviewInteractionState.java b/quickstep/src/com/android/quickstep/OverviewInteractionState.java
index 27f1399ff..eaa3ad48a 100644
--- a/quickstep/src/com/android/quickstep/OverviewInteractionState.java
+++ b/quickstep/src/com/android/quickstep/OverviewInteractionState.java
@@ -64,8 +64,6 @@ public class OverviewInteractionState {
private final Handler mUiHandler;
private final Handler mBgHandler;
- private boolean mSwipeGestureInitializing = false;
-
// These are updated on the background thread
private ISystemUiProxy mISystemUiProxy;
private boolean mSwipeUpEnabled = true;
@@ -177,15 +175,6 @@ public class OverviewInteractionState {
}
}
- @WorkerThread
- public void setSwipeGestureInitializing(boolean swipeGestureInitializing) {
- mSwipeGestureInitializing = swipeGestureInitializing;
- }
-
- public boolean swipeGestureInitializing() {
- return mSwipeGestureInitializing;
- }
-
public void notifySwipeUpSettingChanged(boolean swipeUpEnabled) {
mUiHandler.removeMessages(MSG_SET_SWIPE_UP_ENABLED);
mUiHandler.obtainMessage(MSG_SET_SWIPE_UP_ENABLED, swipeUpEnabled ? 1 : 0, 0).