Merge "Pass resize touch events to the touch state." into rvc-dev

This commit is contained in:
Josh Tsuji
2020-06-19 22:27:56 +00:00
committed by Android (Google) Code Review

View File

@@ -636,6 +636,7 @@ public class PipTouchHandler {
&& !mMotionHelper.isAnimating()
&& mPipResizeGestureHandler.isWithinTouchRegion(
(int) ev.getRawX(), (int) ev.getRawY())) {
mTouchState.onTouchEvent(ev);
return true;
}