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

12

/frameworks/base/libs/hwui/tests/common/scenes/
H A DBitmapFillrate.cpp39 createNode(canvas, 0x909C27B0, 0, 0, width, height);
40 createNode(canvas, 0xA0CDDC39, width / 3, height / 3, width, height);
41 createNode(canvas, 0x90009688, width / 3, 0, width, height);
42 createNode(canvas, 0xA0FF5722, 0, height / 3, width, height);
43 createNode(canvas, 0x9000796B, width / 6, height / 6, width, height);
44 createNode(canvas, 0xA0FFC107, width / 6, 0, width, height);
56 void createNode(Canvas& canvas, SkColor color, int left, int top, int width, int height) { function in class:BitmapFillrate
59 auto card = TestUtils::createNode(
H A DHwLayerAnimation.cpp31 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) {
H A DHwLayerSizeAnimation.cpp32 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) {
H A DJankyScene.cpp34 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) {
H A DOvalAnimation.cpp30 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) {
H A DMagnifierAnimation.cpp38 card = TestUtils::createNode(
48 zoomImageView = TestUtils::createNode(
H A DClippingAnimation.cpp32 card = TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) {
H A DGlyphStressAnimation.cpp35 container = TestUtils::createNode(0, 0, width, height, nullptr);
H A DPartialDamageAnimation.cpp42 TestUtils::createNode(x, y, x + dp(100), y + dp(100),
H A DRectGridAnimation.cpp34 card = TestUtils::createNode(50, 50, 250, 250, [](RenderProperties& props, Canvas& canvas) {
H A DSaveLayerAnimation.cpp34 card = TestUtils::createNode(0, 0, 400, 800, [](RenderProperties& props, Canvas& canvas) {
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.cpp29 card = TestUtils::createNode(0, 0, width, height, [](RenderProperties& props,
/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, [](RenderProperties& props, Canvas& canvas) {
52 auto node = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) {
H A DRenderNodeTests.cpp42 auto child = TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) {
45 auto parent = TestUtils::createNode(0, 0, 200, 400,
69 auto child = TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) {
72 auto parent = TestUtils::createNode(0, 0, 200, 400,
131 auto child = TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) {
134 auto parent1 = TestUtils::createNode(0, 0, 200, 400,
138 auto parent2 = TestUtils::createNode(0, 0, 200, 400,
247 auto node = TestUtils::createNode(0, 0, 200, 400, [&](RenderProperties& props, Canvas& canvas) {
270 auto rootNode = TestUtils::createNode(0, 0, 200, 400, nullptr);
280 TestUtils::createNode(
[all...]
H A DCanvasContextTests.cpp36 auto rootNode = TestUtils::createNode(0, 0, 200, 400, nullptr);
H A DFrameBuilderTests.cpp127 auto node = TestUtils::createNode<RecordingCanvas>(
155 auto node = TestUtils::createNode<RecordingCanvas>(
182 auto node = TestUtils::createNode<RecordingCanvas>(
199 auto node = TestUtils::createNode<RecordingCanvas>(0, 0, 200, 200, [](RenderProperties& props,
226 auto node = TestUtils::createNode<RecordingCanvas>(
263 auto node = TestUtils::createNode<RecordingCanvas>(
316 nodes.push_back(TestUtils::createNode<RecordingCanvas>(
324 nodes.push_back(TestUtils::createNode<RecordingCanvas>(
330 nodes.push_back(TestUtils::createNode<RecordingCanvas>(
397 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.cpp40 TestUtils::createNode(mItemLeft, y, mItemLeft + mItemWidth, y + mItemHeight, setup);
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);

Completed in 265 milliseconds

12