Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DTouchState.cpp45 clearWindowsWithoutPointers(); in removeTouchingPointer()
54 clearWindowsWithoutPointers(); in removeTouchingPointerFromWindow()
64 clearWindowsWithoutPointers(); in clearHoveringPointers()
67 void TouchState::clearWindowsWithoutPointers() { in clearWindowsWithoutPointers() function in android::inputdispatcher::TouchState
146 clearWindowsWithoutPointers(); in cancelPointersForWindowsExcept()
180 clearWindowsWithoutPointers(); in cancelPointersForNonPilferingWindows()
266 clearWindowsWithoutPointers(); in removeHoveringPointer()
275 clearWindowsWithoutPointers(); in removeAllPointersForDevice()
DTouchState.h40 void clearWindowsWithoutPointers();
DInputDispatcher.cpp2838 tempTouchState.clearWindowsWithoutPointers(); in findTouchedWindowTargetsLocked()