Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DTouchState.h78 std::set<sp<android::gui::WindowInfoHandle>> getWindowsWithHoveringPointer(
DTouchState.cpp251 std::set<sp<WindowInfoHandle>> TouchState::getWindowsWithHoveringPointer(DeviceId deviceId, in getWindowsWithHoveringPointer() function in android::inputdispatcher::TouchState
DInputDispatcher.cpp711 oldWindows = oldState->getWindowsWithHoveringPointer(entry.deviceId, pointer.id); in getHoveringWindowsLocked()
715 newTouchState.getWindowsWithHoveringPointer(entry.deviceId, pointer.id); in getHoveringWindowsLocked()
2612 oldState->getWindowsWithHoveringPointer(entry.deviceId, pointerId).empty()) { in findTouchedWindowTargetsLocked()