Searched refs:hotAreaHeight (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_input_test.cpp | 93 uint32_t hotAreaHeight = windowRect.height_ / hotAreasNum; in HWTEST_F() local 95 rects.emplace_back(Rect{ hotAreaWidth * i, hotAreaHeight * i, hotAreaWidth, hotAreaHeight }); in HWTEST_F() 105 rects.emplace_back(Rect{ 0, 0, hotAreaWidth, hotAreaHeight }); in HWTEST_F() 142 uint32_t hotAreaHeight = windowRect.height_ / hotAreasNum; in HWTEST_F() local 144 rects.emplace_back(Rect{ hotAreaWidth * i, hotAreaHeight * i, hotAreaWidth, hotAreaHeight }); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test.cpp | 200 uint32_t hotAreaHeight = windowRect.height_ / hotAreasNum; in HWTEST_F() local 202 rects.emplace_back(Rect{hotAreaWidth * i, hotAreaHeight * i, hotAreaWidth, hotAreaHeight}); in HWTEST_F()
|
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 1869 int32_t hotAreaHeight = hotRectArea.at(i).height; in IsLocaledWithinRect() local 1871 && (yInt >= hotAreaY) && (yInt <= hotAreaY + hotAreaHeight)) { in IsLocaledWithinRect()
|
Completed in 8 milliseconds