Searched refs:touchModeIt (Results 1 – 1 of 1) sorted by relevance
5627 auto touchModeIt = mTouchModePerDisplay.find(displayId); in setInTouchMode() local5628 if (touchModeIt != mTouchModePerDisplay.end() && touchModeIt->second == inTouchMode) { in setInTouchMode()