Searched refs:hasSameRects (Results 1 – 14 of 14) sorted by relevance
180 return lhs.clip.hasSameRects(rhs.clip) &&183 lhs.clearRegion.hasSameRects(rhs.clearRegion) && lhs.viewport == rhs.viewport &&
31 return expected.hasSameRects(actual); in MatchAndExplain()
72 lhs.clearRegion.hasSameRects(rhs.clearRegion) && lhs.orientation == rhs.orientation;
69 lhs.clearRegion.hasSameRects(rhs.clearRegion) && lhs.orientation == rhs.orientation;
121 if (!mFront.activeTransparentRegion_legacy.hasSameRects( in reject()
125 bool hasSameRects(const Region& region) const;
62 info.touchableRegion.hasSameRects(touchableRegion) && info.visible == visible && in operator ==()
136 EXPECT_TRUE(layer.getVisibleRegion().hasSameRects(cachedSet.getVisibleRegion())); in expectEqual()188 EXPECT_TRUE(cachedSet.getVisibleRegion().hasSameRects(expectedRegion)); in TEST_F()289 EXPECT_TRUE(cachedSet1.getVisibleRegion().hasSameRects(expectedRegion)); in TEST_F()
339 EXPECT_TRUE(overrideVisibleRegion.hasSameRects(expectedRegion)); in TEST_F()
593 EXPECT_TRUE(mLayerState->getVisibleRegion().hasSameRects(sRegionOne)); in TEST_F()
136 return [](const Region& lhs, const Region& rhs) { return lhs.hasSameRects(rhs); };
291 bool Region::hasSameRects(const Region& other) const { in hasSameRects() function in android::Region