Merge "Pass resize touch events to the touch state." into rvc-dev
This commit is contained in:
@@ -636,6 +636,7 @@ public class PipTouchHandler {
|
|||||||
&& !mMotionHelper.isAnimating()
|
&& !mMotionHelper.isAnimating()
|
||||||
&& mPipResizeGestureHandler.isWithinTouchRegion(
|
&& mPipResizeGestureHandler.isWithinTouchRegion(
|
||||||
(int) ev.getRawX(), (int) ev.getRawY())) {
|
(int) ev.getRawX(), (int) ev.getRawY())) {
|
||||||
|
mTouchState.onTouchEvent(ev);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user