Searched refs:GetEntireWindowTouchHotArea (Results 1 – 4 of 4) sorted by relevance
265 ASSERT_EQ(0, windowNode->GetEntireWindowTouchHotArea().posX_);266 ASSERT_EQ(0, windowNode->GetEntireWindowTouchHotArea().posY_);267 ASSERT_EQ(0, windowNode->GetEntireWindowTouchHotArea().width_);268 ASSERT_EQ(0, windowNode->GetEntireWindowTouchHotArea().height_);272 ASSERT_EQ(testValue.posX_, windowNode->GetEntireWindowTouchHotArea().posX_);273 ASSERT_EQ(testValue.posY_, windowNode->GetEntireWindowTouchHotArea().posY_);274 ASSERT_EQ(testValue.width_, windowNode->GetEntireWindowTouchHotArea().width_);275 ASSERT_EQ(testValue.height_, windowNode->GetEntireWindowTouchHotArea().height_);
106 Rect GetEntireWindowTouchHotArea() const;
267 Rect WindowNode::GetEntireWindowTouchHotArea() const in GetEntireWindowTouchHotArea() function in OHOS::Rosen::WindowNode
1732 touchHotAreas.emplace_back(node->GetEntireWindowTouchHotArea()); in UpdateTouchHotAreas()