Home
last modified time | relevance | path

Searched refs:touchModeIt (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp5627 auto touchModeIt = mTouchModePerDisplay.find(displayId); in setInTouchMode() local
5628 if (touchModeIt != mTouchModePerDisplay.end() && touchModeIt->second == inTouchMode) { in setInTouchMode()