Home
last modified time | relevance | path

Searched refs:hotZoneTopLeftX (Results 1 – 4 of 4) sorted by relevance

/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
Ddisplay_info.h52 int32_t hotZoneTopLeftX; member
/foundation/windowmanager/wmserver/src/
Dinput_window_monitor.cpp151 .hotZoneTopLeftX = hotZone.posX_, in TraverseWindowNodes()
/foundation/multimodalinput/input/service/window_manager/src/
Dinput_windows_manager.cpp165 … item.first, item.second.id, item.second.pid, item.second.uid, item.second.hotZoneTopLeftX, in PrintDisplayDebugInfo()
366 return (x >= info.hotZoneTopLeftX) && (x <= (info.hotZoneTopLeftX + info.hotZoneWidth)) && in IsInsideWindow()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
Dinput_manager_impl.cpp246 win.uid, win.hotZoneTopLeftX, in PrintDisplayDebugInfo()