Loading services/inputflinger/InputReader.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -6549,7 +6549,7 @@ void TouchInputMapper::cancelTouch(nsecs_t when) { bool TouchInputMapper::isPointInsideSurface(int32_t x, int32_t y) { const float scaledX = x * mXScale; const float scaledY = x * mYScale; const float scaledY = y * mYScale; return x >= mRawPointerAxes.x.minValue && x <= mRawPointerAxes.x.maxValue && scaledX >= mPhysicalLeft && scaledX <= mPhysicalLeft + mPhysicalWidth && y >= mRawPointerAxes.y.minValue && y <= mRawPointerAxes.y.maxValue Loading Loading
services/inputflinger/InputReader.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -6549,7 +6549,7 @@ void TouchInputMapper::cancelTouch(nsecs_t when) { bool TouchInputMapper::isPointInsideSurface(int32_t x, int32_t y) { const float scaledX = x * mXScale; const float scaledY = x * mYScale; const float scaledY = y * mYScale; return x >= mRawPointerAxes.x.minValue && x <= mRawPointerAxes.x.maxValue && scaledX >= mPhysicalLeft && scaledX <= mPhysicalLeft + mPhysicalWidth && y >= mRawPointerAxes.y.minValue && y <= mRawPointerAxes.y.maxValue Loading