Searched refs:createNode (Results 1 - 25 of 46) sorted by relevance

12

/frameworks/base/libs/hwui/tests/common/scenes/
H A DBitmapFillrate.cpp40 createNode(canvas, 0x909C27B0, 0, 0, width, height);
41 createNode(canvas, 0xA0CDDC39, width / 3, height / 3, width, height);
42 createNode(canvas, 0x90009688, width / 3, 0, width, height);
43 createNode(canvas, 0xA0FF5722, 0, height / 3, width, height);
44 createNode(canvas, 0x9000796B, width / 6, height/6, width, height);
45 createNode(canvas, 0xA0FFC107, width / 6, 0, width, height);
56 void createNode(Canvas& canvas, SkColor color, int left, int top, function in class:BitmapFillrate
60 auto card = TestUtils::createNode(left, top, left + itemWidth , top + itemHeight,
H A DHwLayerAnimation.cpp32 card = TestUtils::createNode(0, 0, 200, 200,
H A DHwLayerSizeAnimation.cpp33 card = TestUtils::createNode(0, 0, 200, 200,
H A DOvalAnimation.cpp33 card = TestUtils::createNode(0, 0, 200, 200,
H A DClippingAnimation.cpp33 card = TestUtils::createNode(0, 0, 200, 400,
H A DGlyphStressAnimation.cpp37 container = TestUtils::createNode(0, 0, width, height, nullptr);
H A DPartialDamageAnimation.cpp45 sp<RenderNode> card = TestUtils::createNode(x, y,
H A DRectGridAnimation.cpp36 card = TestUtils::createNode(50, 50, 250, 250,
H A DSaveLayerAnimation.cpp34 card = TestUtils::createNode(0, 0, 400, 800,
H A DShadowGrid2Animation.cpp55 return TestUtils::createNode(x, y, x + width, y + height,
H A DShadowGridAnimation.cpp55 return TestUtils::createNode(x, y, x + width, y + height,
H A DShadowShaderAnimation.cpp55 return TestUtils::createNode(x, y, x + width, y + height,
H A DTextAnimation.cpp33 card = TestUtils::createNode(0, 0, width, height,
H A DTvApp.cpp95 return TestUtils::createNode(left, top, left + width , top + height,
107 return TestUtils::createNode(left, top, left + width , top + height,
115 return TestUtils::createNode(left, top, left + width , top + height,
134 return TestUtils::createNode(left, top, left + width , top + height,
154 return TestUtils::createNode(x, y, x + width, y + height,
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/omadm/
H A DXMLParserTest.java38 private static XMLNode createNode(XMLNode parent, String tag, String text) { method in class:XMLParserTest
76 XMLNode expectedRoot = createNode(null, "root", "");
77 createNode(expectedRoot, "child1", "test1");
78 createNode(expectedRoot, "child2", "test2");
/frameworks/base/libs/hwui/tests/unit/
H A DLeakCheckTests.cpp33 auto node = TestUtils::createNode(0, 0, 100, 100,
53 auto node = TestUtils::createNode(0, 0, 200, 200,
H A DRenderNodeTests.cpp42 auto child = TestUtils::createNode(0, 0, 200, 400,
46 auto parent = TestUtils::createNode(0, 0, 200, 400,
70 auto child = TestUtils::createNode(0, 0, 200, 400,
74 auto parent = TestUtils::createNode(0, 0, 200, 400,
134 auto child = TestUtils::createNode(0, 0, 200, 400,
138 auto parent1 = TestUtils::createNode(0, 0, 200, 400,
142 auto parent2 = TestUtils::createNode(0, 0, 200, 400,
254 auto node = TestUtils::createNode(0, 0, 200, 400,
278 auto rootNode = TestUtils::createNode(0, 0, 200, 400, nullptr);
287 auto nonNullDLNode = TestUtils::createNode(
[all...]
H A DCanvasContextTests.cpp36 auto rootNode = TestUtils::createNode(0, 0, 200, 400, nullptr);
H A DFrameBuilderTests.cpp131 auto node = TestUtils::createNode<RecordingCanvas>(0, 0, 100, 200,
159 auto node = TestUtils::createNode<RecordingCanvas>(0, 0, 100, 200,
187 auto node = TestUtils::createNode<RecordingCanvas>(0, 0, 200, 200,
204 auto node = TestUtils::createNode<RecordingCanvas>(0, 0, 200, 200,
231 auto node = TestUtils::createNode<RecordingCanvas>(0, 0, 200, 200,
268 auto node = TestUtils::createNode<RecordingCanvas>(0, 0, 100, 100,
321 nodes.push_back(TestUtils::createNode<RecordingCanvas>(100, 100, 700, 500, // 600x400
328 nodes.push_back(TestUtils::createNode<RecordingCanvas>(0, 0, 800, 600,
334 nodes.push_back(TestUtils::createNode<RecordingCanvas>(0, 0, 800, 600,
403 auto node = TestUtils::createNode<RecordingCanva
[all...]
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputBuilder.h55 InputTree& createNode(const std::string& pName,
103 inline InputTree& InputBuilder::createNode<InputTree::Inclusive>( function in class:mcld::InputBuilder
118 inline InputTree& InputBuilder::createNode<InputTree::Positional>( function in class:mcld::InputBuilder
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactoryListTraits.h47 static DataType* createNode(const DataType& V) { function in class:mcld::GCFactoryListTraits
/frameworks/base/libs/hwui/tests/common/
H A DTestListViewSceneBase.cpp39 auto node = TestUtils::createNode(mItemLeft, y, mItemLeft + mItemWidth,
43 mListView = TestUtils::createNode(0, 0, width, height,
/frameworks/compile/mclinker/lib/Core/
H A DInputTree.cpp36 NodeBase* node = createNode();
44 BinaryTree<Input>::node_type* node = createNode();
/frameworks/compile/mclinker/lib/MC/
H A DCommandAction.cpp36 pBuilder.createNode<InputTree::Positional>(path().stem().native(), path());
74 pBuilder.createNode<InputTree::Positional>(namespec(), *path);
86 pBuilder.createNode<InputTree::Positional>(
223 pBuilder.createNode<InputTree::Positional>("defsym", sys::fs::Path("NAN"));
273 pBuilder.createNode<InputTree::Positional>(path.stem().native(), path);
/frameworks/base/libs/hwui/tests/microbench/
H A DFrameBuilderBench.cpp42 auto node = TestUtils::createNode<RecordingCanvas>(0, 0, 200, 200,
101 sp<RenderNode> rootNode = TestUtils::createNode<RecordingCanvas>(0, 0, gDisplay.w, gDisplay.h,

Completed in 330 milliseconds

12