Home
last modified time | relevance | path

Searched defs:pointerY (Results 1 – 4 of 4) sorted by relevance

/foundation/multimodalinput/input/test/fuzztest/setpointerlocation_fuzzer/
Dsetpointerlocation_fuzzer.cpp47 int32_t pointerY; in SetPointerLocationFuzzTest() local
/foundation/window/window_manager/wm/src/
Dwindow_impl.cpp3458 uint32_t WindowImpl::CalculatePointerDirection(int32_t pointerX, int32_t pointerY) in CalculatePointerDirection()
/foundation/window/window_manager/window_scene/session/host/src/
Dscene_session.cpp1014 int32_t pointerY = pointerPosY; in StartMovingWithCoordinate() local
1036 …n::GetWindowDragHotAreaType(DisplayId displayId, uint32_t type, int32_t pointerX, int32_t pointerY) in GetWindowDragHotAreaType()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
Djs_scene_session.cpp1440 …owMovingCallback([weakThis = wptr(this)](DisplayId displayId, int32_t pointerX, int32_t pointerY) { in ProcessWindowMovingRegister()
4061 void JsSceneSession::OnWindowMoving(DisplayId displayId, int32_t pointerX, int32_t pointerY) in OnWindowMoving()