Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DTouchedWindow.h52 void removeTouchingPointers(DeviceId deviceId, std::bitset<MAX_POINTER_ID + 1> pointers);
DTouchState.cpp143 w.removeTouchingPointers(deviceId, pointerIds); in cancelPointersForWindowsExcept()
177 w.removeTouchingPointers(deviceId, pilferedByOtherWindows); in cancelPointersForNonPilferingWindows()
DTouchedWindow.cpp147 removeTouchingPointers(deviceId, pointerIds); in removeTouchingPointer()
150 void TouchedWindow::removeTouchingPointers(DeviceId deviceId, in removeTouchingPointers() function in android::inputdispatcher::TouchedWindow