Lines Matching refs:tempTouchState

2400     TouchState tempTouchState;  in findTouchedWindowTargetsLocked()  local
2403 tempTouchState = *oldState; in findTouchedWindowTargetsLocked()
2406 bool isSplit = shouldSplitTouch(tempTouchState, entry); in findTouchedWindowTargetsLocked()
2425 if (isDown && tempTouchState.hasHoveringPointers(entry.deviceId)) { in findTouchedWindowTargetsLocked()
2427 tempTouchState.clearHoveringPointers(entry.deviceId); in findTouchedWindowTargetsLocked()
2440 tempTouchState.clearHoveringPointers(entry.deviceId); in findTouchedWindowTargetsLocked()
2462 newTouchedWindowHandle = tempTouchState.getFirstForegroundWindowHandle(entry.deviceId); in findTouchedWindowTargetsLocked()
2514 tempTouchState.addHoveringPointerToWindow(windowHandle, entry.deviceId, pointer); in findTouchedWindowTargetsLocked()
2540 tempTouchState.addOrUpdateWindow(windowHandle, in findTouchedWindowTargetsLocked()
2569 tempTouchState.addOrUpdateWindow(wallpaper, in findTouchedWindowTargetsLocked()
2581 for (TouchedWindow& touchedWindow : tempTouchState.windows) { in findTouchedWindowTargetsLocked()
2592 tempTouchState.cancelPointersForNonPilferingWindows(); in findTouchedWindowTargetsLocked()
2597 if (!tempTouchState.isDown(entry.deviceId) && in findTouchedWindowTargetsLocked()
2619 tempTouchState.removeHoveringPointer(entry.deviceId, pointerId); in findTouchedWindowTargetsLocked()
2626 tempTouchState.isSlippery(entry.deviceId)) { in findTouchedWindowTargetsLocked()
2630 tempTouchState.getFirstForegroundWindowHandle(entry.deviceId); in findTouchedWindowTargetsLocked()
2660 tempTouchState.getTouchedWindow(oldTouchedWindowHandle); in findTouchedWindowTargetsLocked()
2685 tempTouchState.addOrUpdateWindow(newTouchedWindowHandle, in findTouchedWindowTargetsLocked()
2692 tempTouchState, entry.deviceId, pointer, targets); in findTouchedWindowTargetsLocked()
2693 tempTouchState.removeTouchingPointerFromWindow(entry.deviceId, pointer.id, in findTouchedWindowTargetsLocked()
2703 for (TouchedWindow& touchedWindow : tempTouchState.windows) { in findTouchedWindowTargetsLocked()
2716 getHoveringWindowsLocked(oldState, tempTouchState, entry); in findTouchedWindowTargetsLocked()
2731 for (const TouchedWindow& touchedWindow : tempTouchState.windows) { in findTouchedWindowTargetsLocked()
2748 tempTouchState.getFirstForegroundWindowHandle(entry.deviceId); in findTouchedWindowTargetsLocked()
2768 filterUntrustedTargets(/* byref */ tempTouchState, /* byref */ targets); in findTouchedWindowTargetsLocked()
2772 for (const TouchedWindow& touchedWindow : tempTouchState.windows) { in findTouchedWindowTargetsLocked()
2816 for (TouchedWindow& touchedWindow : tempTouchState.windows) { in findTouchedWindowTargetsLocked()
2823 tempTouchState.removeTouchingPointer(entry.deviceId, entry.pointerProperties[0].id); in findTouchedWindowTargetsLocked()
2826 tempTouchState.removeAllPointersForDevice(entry.deviceId); in findTouchedWindowTargetsLocked()
2831 tempTouchState.removeTouchingPointer(entry.deviceId, pointerId); in findTouchedWindowTargetsLocked()
2838 tempTouchState.clearWindowsWithoutPointers(); in findTouchedWindowTargetsLocked()
2839 mTouchStatesByDisplay[displayId] = tempTouchState; in findTouchedWindowTargetsLocked()
2845 if (tempTouchState.windows.empty()) { in findTouchedWindowTargetsLocked()