Home
last modified time | relevance | path

Searched refs:Node (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/animation/
DAnimatorSet.java64 private HashMap<Animator, Node> mNodeMap = new HashMap<Animator, Node>();
71 private ArrayList<Node> mNodes = new ArrayList<Node>();
78 private ArrayList<Node> mSortedNodes = new ArrayList<Node>();
199 for (Node node : mNodes) { in getChildAnimations()
214 for (Node node : mNodes) { in setTarget()
232 for (Node node : mNodes) { in setInterpolator()
296 for (Node node : mSortedNodes) { in cancel()
322 for (Node node : mSortedNodes) { in end()
333 for (Node node : mSortedNodes) { in end()
355 for (Node node : mNodes) { in isRunning()
[all …]
/frameworks/base/core/java/android/widget/
DRelativeLayout.java861 DependencyGraph.Node node = mGraph.mKeyNodes.get(id); in getRelatedView()
1207 private ArrayList<Node> mNodes = new ArrayList<Node>();
1213 private SparseArray<Node> mKeyNodes = new SparseArray<Node>();
1219 private LinkedList<Node> mRoots = new LinkedList<Node>();
1225 final ArrayList<Node> nodes = mNodes; in clear()
1244 final Node node = Node.acquire(view); in add()
1264 final LinkedList<Node> roots = findRoots(rules); in getSortedViews()
1268 final Node node = roots.removeFirst(); in getSortedViews()
1274 final HashSet<Node> dependents = node.dependents; in getSortedViews()
1275 for (Node dependent : dependents) { in getSortedViews()
[all …]
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
DBridgeXmlBlockParserTest.java21 import org.w3c.dom.Node;
82 private void dump(Node node, String prefix) { in dump()
83 Node n; in dump()
/frameworks/base/docs/html/sdk/api_diff/8/
DmissingSinces.txt69 NO DOC BLOCK: org.w3c.dom.Document Method adoptNode(org.w3c.dom.Node)
78 NO DOC BLOCK: org.w3c.dom.Node Method compareDocumentPosition(org.w3c.dom.Node)
95 NO DOC BLOCK: org.w3c.dom.Node Method getBaseURI()
121 NO DOC BLOCK: org.w3c.dom.Node Method getFeature(java.lang.String, java.lang.String)
152 NO DOC BLOCK: org.w3c.dom.Node Method getTextContent()
155 NO DOC BLOCK: org.w3c.dom.Node Method getUserData(java.lang.String)
173 NO DOC BLOCK: org.w3c.dom.Node Method isDefaultNamespace(java.lang.String)
175 NO DOC BLOCK: org.w3c.dom.Node Method isEqualNode(org.w3c.dom.Node)
178 NO DOC BLOCK: org.w3c.dom.Node Method isSameNode(org.w3c.dom.Node)
185 NO DOC BLOCK: org.w3c.dom.Node Method lookupNamespaceURI(java.lang.String)
[all …]
/frameworks/base/
Dpreloaded-classes1017 android.widget.RelativeLayout$DependencyGraph$Node
1018 android.widget.RelativeLayout$DependencyGraph$Node$1
1683 java.util.TreeMap$Node
1699 java.util.concurrent.ConcurrentLinkedQueue$Node
1715 java.util.concurrent.LinkedBlockingQueue$Node
1737 java.util.concurrent.locks.AbstractQueuedSynchronizer$Node
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2032 Value *Node = MDValueList.getValueFwdRef(Record[i+1]); in ParseMetadataAttachment() local
2033 Inst->setMetadata(I->second, cast<MDNode>(Node)); in ParseMetadataAttachment()
/frameworks/base/api/
Dcurrent.txt41529 method public abstract org.w3c.dom.Node getOriginatingNode();
41534 ctor public DOMResult(org.w3c.dom.Node);
41535 ctor public DOMResult(org.w3c.dom.Node, java.lang.String);
41536 ctor public DOMResult(org.w3c.dom.Node, org.w3c.dom.Node);
41537 ctor public DOMResult(org.w3c.dom.Node, org.w3c.dom.Node, java.lang.String);
41538 method public org.w3c.dom.Node getNextSibling();
41539 method public org.w3c.dom.Node getNode();
41541 method public void setNextSibling(org.w3c.dom.Node);
41542 method public void setNode(org.w3c.dom.Node);
41549 ctor public DOMSource(org.w3c.dom.Node);
[all …]
D14.txt41529 method public abstract org.w3c.dom.Node getOriginatingNode();
41534 ctor public DOMResult(org.w3c.dom.Node);
41535 ctor public DOMResult(org.w3c.dom.Node, java.lang.String);
41536 ctor public DOMResult(org.w3c.dom.Node, org.w3c.dom.Node);
41537 ctor public DOMResult(org.w3c.dom.Node, org.w3c.dom.Node, java.lang.String);
41538 method public org.w3c.dom.Node getNextSibling();
41539 method public org.w3c.dom.Node getNode();
41541 method public void setNextSibling(org.w3c.dom.Node);
41542 method public void setNode(org.w3c.dom.Node);
41549 ctor public DOMSource(org.w3c.dom.Node);
[all …]
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_passed.txt1800 /sdcard/android/layout_tests/fast/dom/Node/normalize.html
1801 /sdcard/android/layout_tests/fast/dom/Node/initial-values.html
1802 /sdcard/android/layout_tests/fast/dom/Node/DOMNodeRemovedEvent.html
/frameworks/base/docs/html/
Dsitemap.txt1397 http://developer.android.com/reference/org/w3c/dom/Node.html
3476 http://developer.android.com/sdk/api_diff/8/changes/org.w3c.dom.Node.html