Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DInputDispatcher.cpp988 mTouchState.removeWindow(windowHandle); in resumeAfterTargetsNotReadyTimeoutLocked()
1128 bool isSplit = mTouchState.split; in findTouchedWindowTargetsLocked()
1129 bool switchedDevice = mTouchState.deviceId >= 0 in findTouchedWindowTargetsLocked()
1130 && (mTouchState.deviceId != entry->deviceId in findTouchedWindowTargetsLocked()
1131 || mTouchState.source != entry->source); in findTouchedWindowTargetsLocked()
1141 if (switchedDevice && mTouchState.down && !down) { in findTouchedWindowTargetsLocked()
1145 mTempTouchState.copyFrom(mTouchState); in findTouchedWindowTargetsLocked()
1157 mTempTouchState.copyFrom(mTouchState); in findTouchedWindowTargetsLocked()
1487 if (mTouchState.down) { in findTouchedWindowTargetsLocked()
1493 mTouchState.reset(); in findTouchedWindowTargetsLocked()
[all …]
DInputDispatcher.h945 TouchState mTouchState; variable