Searched refs:hasParents (Results 1 – 4 of 4) sorted by relevance
27 TEST(RenderNode, hasParents) { in TEST() argument39 EXPECT_TRUE(child->hasParents()) << "Child node has no parent"; in TEST()40 EXPECT_FALSE(parent->hasParents()) << "Root node shouldn't have any parents"; in TEST()46 EXPECT_TRUE(child->hasParents()) << "Child should still have a parent"; in TEST()47 EXPECT_FALSE(parent->hasParents()) << "Root node shouldn't have any parents"; in TEST()51 EXPECT_FALSE(child->hasParents()) << "Child should be removed"; in TEST()52 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()
84 if (node->hasParents()) continue; in ~ScopedRemovedRenderNodeObserver()