Loading libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/PipTouchHandler.java +2 −1 Original line number Diff line number Diff line Loading @@ -872,7 +872,8 @@ public class PipTouchHandler { mMotionHelper.flingToSnapTarget(vel.x, vel.y, this::flingEndAction /* endAction */); } } else if (mTouchState.isDoubleTap() && !mPipBoundsState.isStashed()) { } else if (mTouchState.isDoubleTap() && !mPipBoundsState.isStashed() && mMenuState != MENU_STATE_FULL) { // If using pinch to zoom, double-tap functions as resizing between max/min size if (mPipResizeGestureHandler.isUsingPinchToZoom()) { final boolean toExpand = mPipBoundsState.getBounds().width() Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/PipTouchHandler.java +2 −1 Original line number Diff line number Diff line Loading @@ -872,7 +872,8 @@ public class PipTouchHandler { mMotionHelper.flingToSnapTarget(vel.x, vel.y, this::flingEndAction /* endAction */); } } else if (mTouchState.isDoubleTap() && !mPipBoundsState.isStashed()) { } else if (mTouchState.isDoubleTap() && !mPipBoundsState.isStashed() && mMenuState != MENU_STATE_FULL) { // If using pinch to zoom, double-tap functions as resizing between max/min size if (mPipResizeGestureHandler.isUsingPinchToZoom()) { final boolean toExpand = mPipBoundsState.getBounds().width() Loading