Searched defs:createNode (Results 1 - 8 of 8) sorted by path

/frameworks/base/core/java/com/android/internal/widget/
H A DExploreByTouchHelper.java358 private AccessibilityNodeInfo createNode(int virtualViewId) { method in class:ExploreByTouchHelper
819 return ExploreByTouchHelper.this.createNode(virtualViewId);
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h210 static sp<RenderNode> createNode(int left, int top, int right, int bottom, function in class:android::uirenderer::TestUtils
232 static sp<RenderNode> createNode(int left, int top, int right, int bottom, function in class:android::uirenderer::TestUtils
/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,
/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/compile/mclinker/include/mcld/ADT/
H A DBinTree.h302 NodeType* createNode() { function in class:mcld::BinaryTreeBase
432 node_type* node = BinaryTreeBase<DataType>::createNode();
/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/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 4651 milliseconds