Searched refs:hasParents (Results 1 – 4 of 4) sorted by relevance
40 TEST(RenderNode, hasParents) { in TEST() argument52 EXPECT_TRUE(child->hasParents()) << "Child node has no parent"; in TEST()53 EXPECT_FALSE(parent->hasParents()) << "Root node shouldn't have any parents"; in TEST()59 EXPECT_TRUE(child->hasParents()) << "Child should still have a parent"; in TEST()60 EXPECT_FALSE(parent->hasParents()) << "Root node shouldn't have any parents"; in TEST()64 EXPECT_FALSE(child->hasParents()) << "Child should be removed"; in TEST()65 EXPECT_FALSE(parent->hasParents()) << "Root node shouldn't have any parents"; in TEST()
255 ANDROID_API bool hasParents() { in hasParents() function
144 if (node->hasParents()) continue; in android_view_RenderNode_setDisplayList()
86 if (node->hasParents()) continue; in ~ScopedRemovedRenderNodeObserver()