Searched refs:tempTouchState (Results 1 – 1 of 1) sorted by relevance
1589 TouchState tempTouchState; in findTouchedWindowTargetsLocked() local1594 tempTouchState.copyFrom(*oldState); in findTouchedWindowTargetsLocked()1597 bool isSplit = tempTouchState.split; in findTouchedWindowTargetsLocked()1598 bool switchedDevice = tempTouchState.deviceId >= 0 && tempTouchState.displayId >= 0 && in findTouchedWindowTargetsLocked()1599 (tempTouchState.deviceId != entry.deviceId || tempTouchState.source != entry.source || in findTouchedWindowTargetsLocked()1600 tempTouchState.displayId != displayId); in findTouchedWindowTargetsLocked()1610 if (switchedDevice && tempTouchState.down && !down && !isHoverAction) { in findTouchedWindowTargetsLocked()1620 tempTouchState.reset(); in findTouchedWindowTargetsLocked()1621 tempTouchState.down = down; in findTouchedWindowTargetsLocked()1622 tempTouchState.deviceId = entry.deviceId; in findTouchedWindowTargetsLocked()[all …]