Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp1957 TouchState tempTouchState; in findTouchedWindowTargetsLocked() local
1965 bool isSplit = tempTouchState.split; in findTouchedWindowTargetsLocked()
1966 bool switchedDevice = tempTouchState.deviceId >= 0 && tempTouchState.displayId >= 0 && in findTouchedWindowTargetsLocked()
1967 (tempTouchState.deviceId != entry.deviceId || tempTouchState.source != entry.source || in findTouchedWindowTargetsLocked()
1988 tempTouchState.reset(); in findTouchedWindowTargetsLocked()
1989 tempTouchState.down = down; in findTouchedWindowTargetsLocked()
2134 if (!tempTouchState.down) { in findTouchedWindowTargetsLocked()
2291 tempTouchState in findTouchedWindowTargetsLocked()
2352 tempTouchState.reset(); in findTouchedWindowTargetsLocked()
2362 tempTouchState.reset(); in findTouchedWindowTargetsLocked()
[all …]