Searched refs:pointerX (Results 1 - 5 of 5) sorted by relevance
/foundation/multimodalinput/input/test/fuzztest/setpointerlocation_fuzzer/ |
H A D | setpointerlocation_fuzzer.cpp | 45 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 D | scene_session.h | 411 static uint32_t GetWindowDragHotAreaType(DisplayId displayId, uint32_t type, int32_t pointerX, int32_t pointerY);
|
/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 414 uint32_t CalculatePointerDirection(int32_t pointerX, int32_t pointerY);
|
/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 3202 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 D | scene_session.cpp | 521 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