Pass resize touch events to the touch state.
Bug: 159339032 Test: manual. Change-Id: Ice18b7c842cc2d25b7744925baa6900aa552ba20
This commit is contained in:
@@ -627,6 +627,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