Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java +2 −2 Original line number Diff line number Diff line Loading @@ -197,8 +197,8 @@ public class NavigationBarGestureHelper extends GestureDetector.SimpleOnGestureL ? (int) event.getRawY() : (int) event.getRawX(), !mIsVertical ? mVelocityTracker.getXVelocity() : mVelocityTracker.getYVelocity()); ? mVelocityTracker.getYVelocity() : mVelocityTracker.getXVelocity()); } else if (mDragMode == DRAG_MODE_RECENTS) { mRecentsComponent.onDraggingInRecentsEnded(mVelocityTracker.getYVelocity()); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java +2 −2 Original line number Diff line number Diff line Loading @@ -197,8 +197,8 @@ public class NavigationBarGestureHelper extends GestureDetector.SimpleOnGestureL ? (int) event.getRawY() : (int) event.getRawX(), !mIsVertical ? mVelocityTracker.getXVelocity() : mVelocityTracker.getYVelocity()); ? mVelocityTracker.getYVelocity() : mVelocityTracker.getXVelocity()); } else if (mDragMode == DRAG_MODE_RECENTS) { mRecentsComponent.onDraggingInRecentsEnded(mVelocityTracker.getYVelocity()); } Loading