Merge "Pass resize touch events to the touch state." into rvc-dev am: 9d431fbc70 am: b9f003b04f am: f4a453db6d
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11916196 Change-Id: I2a2ea7f45c9da648f4be9086107cd8be0a7ab853
This commit is contained in:
@@ -636,6 +636,7 @@ public class PipTouchHandler {
|
||||
&& !mMotionHelper.isAnimating()
|
||||
&& mPipResizeGestureHandler.isWithinTouchRegion(
|
||||
(int) ev.getRawX(), (int) ev.getRawY())) {
|
||||
mTouchState.onTouchEvent(ev);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user