We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e706973 commit 68360b4Copy full SHA for 68360b4
1 file changed
services/inputflinger/dispatcher/InputDispatcher.cpp
@@ -934,6 +934,7 @@ InputDispatcher::InputDispatcher(InputDispatcherPolicyInterface& policy,
934
mPendingEvent(nullptr),
935
mLastDropReason(DropReason::NOT_DROPPED),
936
mIdGenerator(IdGenerator::Source::INPUT_DISPATCHER),
937
+ mWindowInfosVsyncId(-1),
938
mMinTimeBetweenUserActivityPokes(DEFAULT_USER_ACTIVITY_POKE_INTERVAL),
939
mConnectionManager(mLooper),
940
mTouchStates(mWindowInfos, mConnectionManager),
0 commit comments