Merge "Pass resize touch events to the touch state." into rvc-dev am: 9d431fbc70

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11916196

Change-Id: I4e7090171978f622f851bb841fdc74fe39b016b5
This commit is contained in:
Josh Tsuji
2020-06-19 22:40:51 +00:00
committed by Automerger Merge Worker

View File

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