Home
last modified time | relevance | path

Searched refs:GetEntireWindowPointerHotArea (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_test.cpp279 * @tc.desc: SetEntireWindowPointerHotArea & GetEntireWindowPointerHotArea
294 ASSERT_EQ(0, windowNode->GetEntireWindowPointerHotArea().posX_); in HWTEST_F()
295 ASSERT_EQ(0, windowNode->GetEntireWindowPointerHotArea().posY_); in HWTEST_F()
296 ASSERT_EQ(0, windowNode->GetEntireWindowPointerHotArea().width_); in HWTEST_F()
297 ASSERT_EQ(0, windowNode->GetEntireWindowPointerHotArea().height_); in HWTEST_F()
301 ASSERT_EQ(10, windowNode->GetEntireWindowPointerHotArea().posX_); in HWTEST_F()
302 ASSERT_EQ(10, windowNode->GetEntireWindowPointerHotArea().posY_); in HWTEST_F()
303 ASSERT_EQ(255, windowNode->GetEntireWindowPointerHotArea().width_); in HWTEST_F()
304 ASSERT_EQ(255, windowNode->GetEntireWindowPointerHotArea().height_); in HWTEST_F()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h107 Rect GetEntireWindowPointerHotArea() const;
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp272 Rect WindowNode::GetEntireWindowPointerHotArea() const in GetEntireWindowPointerHotArea() function in OHOS::Rosen::WindowNode
H A Dwindow_controller.cpp1733 pointerHotAreas.emplace_back(node->GetEntireWindowPointerHotArea()); in UpdateTouchHotAreas()

Completed in 12 milliseconds