Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7cbf4ada authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "TouchInputMapper: Initialize mSurfaceRight and mSurfaceBottom."

parents 14195920 42b0682f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -170,6 +170,8 @@ TouchInputMapper::TouchInputMapper(InputDeviceContext& deviceContext)
        mRawSurfaceHeight(-1),
        mSurfaceLeft(0),
        mSurfaceTop(0),
        mSurfaceRight(0),
        mSurfaceBottom(0),
        mPhysicalWidth(-1),
        mPhysicalHeight(-1),
        mPhysicalLeft(0),
+1 −0
Original line number Diff line number Diff line
@@ -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;
    }