Searched defs:childNode (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayList.cpp113 RenderNode* childNode = op->renderNode; local
117 childFn(childNode, observer, info, childFunctorsNeedLayer);
H A DFrameBuilder.cpp472 RenderNode& childNode = *childOp->renderNode; local
476 if (!childNode.nothingToDraw()) {
482 deferNodePropsAndOps(childNode);
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaDisplayList.cpp73 RenderNode* childNode = child.getRenderNode(); local
78 childFn(childNode, observer, info, functorsNeedLayer);
H A DRenderNodeDrawable.cpp50 auto childNode = child.getRenderNode(); local
51 childNode->applyViewPropertyTransforms(hwuiMatrix);
55 (const_cast<DisplayList*>(childNode->getDisplayList())));
H A DReorderBarrierDrawables.cpp55 RenderNodeDrawable* childNode = mChildren[drawIndex]; local
56 SkASSERT(childNode);
57 const float casterZ = childNode->getNodeProperties().getZ();
61 childNode->forceDraw(canvas);
106 RenderNodeDrawable* childNode = zChildren[drawIndex]; local
107 SkASSERT(childNode);
108 childNode->forceDraw(canvas);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 126 milliseconds