Home
last modified time | relevance | path

Searched refs:pointerX (Results 1 - 5 of 5) sorted by relevance

/foundation/multimodalinput/input/test/fuzztest/setpointerlocation_fuzzer/
H A Dsetpointerlocation_fuzzer.cpp45 int32_t pointerX; in SetPointerLocationFuzzTest() local
46 startPos += GetObject<int32_t>(pointerX, data + startPos, size - startPos); in SetPointerLocationFuzzTest()
50 InputManager::GetInstance()->SetPointerLocation(pointerX, pointerY); in SetPointerLocationFuzzTest()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h411 static uint32_t GetWindowDragHotAreaType(DisplayId displayId, uint32_t type, int32_t pointerX, int32_t pointerY);
/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h414 uint32_t CalculatePointerDirection(int32_t pointerX, int32_t pointerY);
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp3202 uint32_t WindowImpl::CalculatePointerDirection(int32_t pointerX, int32_t pointerY) in CalculatePointerDirection() argument
3204 UpdateDragType(pointerX, pointerY); in CalculatePointerDirection()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp521 uint32_t SceneSession::GetWindowDragHotAreaType(DisplayId displayId, uint32_t type, int32_t pointerX, int32_t pointerY) in GetWindowDragHotAreaType() argument
529 if (rect.IsInRegion(pointerX, pointerY)) { in GetWindowDragHotAreaType()

Completed in 18 milliseconds