Loading packages/SystemUI/src/com/android/systemui/recents/views/TaskStackViewTouchHandler.java +3 −0 Original line number Diff line number Diff line Loading @@ -256,6 +256,9 @@ class TaskStackViewTouchHandler implements SwipeHelper.Callback { } case MotionEvent.ACTION_MOVE: { int activePointerIndex = ev.findPointerIndex(mActivePointerId); if (activePointerIndex == -1) { break; } int y = (int) ev.getY(activePointerIndex); int x = (int) ev.getX(activePointerIndex); if (!mIsScrolling) { Loading Loading
packages/SystemUI/src/com/android/systemui/recents/views/TaskStackViewTouchHandler.java +3 −0 Original line number Diff line number Diff line Loading @@ -256,6 +256,9 @@ class TaskStackViewTouchHandler implements SwipeHelper.Callback { } case MotionEvent.ACTION_MOVE: { int activePointerIndex = ev.findPointerIndex(mActivePointerId); if (activePointerIndex == -1) { break; } int y = (int) ev.getY(activePointerIndex); int x = (int) ev.getX(activePointerIndex); if (!mIsScrolling) { Loading