Searched refs:hasParents (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
H A DRenderNodeTests.cpp27 TEST(RenderNode, hasParents) {
39 EXPECT_TRUE(child->hasParents()) << "Child node has no parent";
40 EXPECT_FALSE(parent->hasParents()) << "Root node shouldn't have any parents";
46 EXPECT_TRUE(child->hasParents()) << "Child should still have a parent";
47 EXPECT_FALSE(parent->hasParents()) << "Root node shouldn't have any parents";
51 EXPECT_FALSE(child->hasParents()) << "Child should be removed";
52 EXPECT_FALSE(parent->hasParents()) << "Root node shouldn't have any parents";
/frameworks/base/libs/hwui/
H A DRenderNode.h255 ANDROID_API bool hasParents() { function in class:android::uirenderer::RenderNode
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp144 if (node->hasParents()) continue;
H A Dandroid_view_ThreadedRenderer.cpp84 if (node->hasParents()) continue;

Completed in 1334 milliseconds