Loading libs/ui/InputReader.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2447,7 +2447,7 @@ void TouchInputMapper::dispatchTouch(nsecs_t when, uint32_t policyFlags, yPrecision = mLocked.orientedYPrecision; yPrecision = mLocked.orientedYPrecision; } // release lock } // release lock getDispatcher()->notifyMotion(when, getDeviceId(), AINPUT_SOURCE_TOUCHSCREEN, policyFlags, getDispatcher()->notifyMotion(when, getDeviceId(), getSources(), policyFlags, motionEventAction, 0, getContext()->getGlobalMetaState(), motionEventEdgeFlags, motionEventAction, 0, getContext()->getGlobalMetaState(), motionEventEdgeFlags, pointerCount, pointerIds, pointerCoords, pointerCount, pointerIds, pointerCoords, xPrecision, yPrecision, mDownTime); xPrecision, yPrecision, mDownTime); Loading Loading
libs/ui/InputReader.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2447,7 +2447,7 @@ void TouchInputMapper::dispatchTouch(nsecs_t when, uint32_t policyFlags, yPrecision = mLocked.orientedYPrecision; yPrecision = mLocked.orientedYPrecision; } // release lock } // release lock getDispatcher()->notifyMotion(when, getDeviceId(), AINPUT_SOURCE_TOUCHSCREEN, policyFlags, getDispatcher()->notifyMotion(when, getDeviceId(), getSources(), policyFlags, motionEventAction, 0, getContext()->getGlobalMetaState(), motionEventEdgeFlags, motionEventAction, 0, getContext()->getGlobalMetaState(), motionEventEdgeFlags, pointerCount, pointerIds, pointerCoords, pointerCount, pointerIds, pointerCoords, xPrecision, yPrecision, mDownTime); xPrecision, yPrecision, mDownTime); Loading