Home
last modified time | relevance | path

Searched refs:testRects (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_test.cpp700 std::vector<Rect> testRects; variable
701 windowNode->GetTouchHotAreas(testRects);
702 ASSERT_EQ(true, testRects.empty());
705 testRects.push_back(rect1);
706 windowNode->SetTouchHotAreas(testRects);
727 std::vector<Rect> testRects; variable
728 windowNode->GetPointerHotAreas(testRects);
729 ASSERT_EQ(true, testRects.empty());
732 testRects.push_back(rect1);
733 windowNode->SetPointerHotAreas(testRects);