Home
last modified time | relevance | path

Searched refs:hotAreaWidth (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_input_test.cpp92 uint32_t hotAreaWidth = windowRect.width_ / 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()
141 uint32_t hotAreaWidth = windowRect.width_ / 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 Dscene_session_test.cpp199 uint32_t hotAreaWidth = windowRect.width_ / 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 Djs_input_monitor.cpp1868 int32_t hotAreaWidth = hotRectArea.at(i).width; in IsLocaledWithinRect() local
1870 if ((xInt >= hotAreaX) && (xInt <= hotAreaX + hotAreaWidth) in IsLocaledWithinRect()

Completed in 7 milliseconds