Searched refs:testRects (Results 1 – 1 of 1) sorted by relevance
700 std::vector<Rect> testRects; variable701 windowNode->GetTouchHotAreas(testRects);702 ASSERT_EQ(true, testRects.empty());705 testRects.push_back(rect1);706 windowNode->SetTouchHotAreas(testRects);727 std::vector<Rect> testRects; variable728 windowNode->GetPointerHotAreas(testRects);729 ASSERT_EQ(true, testRects.empty());732 testRects.push_back(rect1);733 windowNode->SetPointerHotAreas(testRects);