Searched refs:hotAreaWidth (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_input_test.cpp | 92 uint32_t hotAreaWidth = windowRect.width_ / hotAreasNum; variable 95 … rects.emplace_back(Rect{ hotAreaWidth * i, hotAreaHeight * i, hotAreaWidth, hotAreaHeight }); 105 rects.emplace_back(Rect{ 0, 0, hotAreaWidth, hotAreaHeight }); 141 uint32_t hotAreaWidth = windowRect.width_ / hotAreasNum; variable 144 … rects.emplace_back(Rect{ hotAreaWidth * i, hotAreaHeight * i, hotAreaWidth, hotAreaHeight });
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 1388 int32_t hotAreaWidth = hotRectArea.at(i).width; in IsLocaledWithinRect() local 1390 if ((xInt >= hotAreaX) && (xInt <= hotAreaX + hotAreaWidth) in IsLocaledWithinRect()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test.cpp | 198 uint32_t hotAreaWidth = windowRect.width_ / hotAreasNum; variable 201 rects.emplace_back(Rect{hotAreaWidth * i, hotAreaHeight * i, hotAreaWidth, hotAreaHeight});
|