Pass resize touch events to the touch state.

Bug: 159339032
Test: manual.
Change-Id: Ice18b7c842cc2d25b7744925baa6900aa552ba20
This commit is contained in:
Josh Tsuji
2020-06-18 15:05:20 -04:00
parent a8ed97ee01
commit 832ef84dbf

View File

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