Loading quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/StatusBarTouchController.java +1 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ public class StatusBarTouchController implements TouchController { if (!mCanIntercept) { return false; } if (action == ACTION_MOVE) { if (action == ACTION_MOVE && mDownEvents.contains(pid)) { float dy = ev.getY(idx) - mDownEvents.get(pid).y; float dx = ev.getX(idx) - mDownEvents.get(pid).x; if (mIsTrackpadReverseScroll) { Loading Loading
quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/StatusBarTouchController.java +1 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ public class StatusBarTouchController implements TouchController { if (!mCanIntercept) { return false; } if (action == ACTION_MOVE) { if (action == ACTION_MOVE && mDownEvents.contains(pid)) { float dy = ev.getY(idx) - mDownEvents.get(pid).y; float dx = ev.getX(idx) - mDownEvents.get(pid).x; if (mIsTrackpadReverseScroll) { Loading