Loading services/inputflinger/reader/mapper/TouchInputMapper.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -170,6 +170,8 @@ TouchInputMapper::TouchInputMapper(InputDeviceContext& deviceContext) mRawSurfaceHeight(-1), mSurfaceLeft(0), mSurfaceTop(0), mSurfaceRight(0), mSurfaceBottom(0), mPhysicalWidth(-1), mPhysicalHeight(-1), mPhysicalLeft(0), Loading services/inputflinger/tests/InputReader_test.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -2377,6 +2377,7 @@ protected: T& mapper = mDevice->addMapper<T>(EVENTHUB_ID, args...); configureDevice(0); mDevice->reset(ARBITRARY_TIME); mapper.reset(ARBITRARY_TIME); return mapper; } Loading Loading
services/inputflinger/reader/mapper/TouchInputMapper.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -170,6 +170,8 @@ TouchInputMapper::TouchInputMapper(InputDeviceContext& deviceContext) mRawSurfaceHeight(-1), mSurfaceLeft(0), mSurfaceTop(0), mSurfaceRight(0), mSurfaceBottom(0), mPhysicalWidth(-1), mPhysicalHeight(-1), mPhysicalLeft(0), Loading
services/inputflinger/tests/InputReader_test.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -2377,6 +2377,7 @@ protected: T& mapper = mDevice->addMapper<T>(EVENTHUB_ID, args...); configureDevice(0); mDevice->reset(ARBITRARY_TIME); mapper.reset(ARBITRARY_TIME); return mapper; } Loading