HomeSort by relevance Sort by last modified time
    Searched refs:childType (Results 1 - 6 of 6) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodechildnodesappendchild.java 76 int childType;
98 childType = (int) childNode.getNodeType();
100 if (equals(1, childType)) {
103 assertEquals("textNodeType", 3, childType);
commentgetcomment.java 70 int childType;
75 childType = (int) child.getNodeType();
77 if (equals(8, childType)) {
elementgetelementsbytagnameaccessnodelist.java 65 int childType;
70 childType = (int) child.getNodeType();
72 if (equals(3, childType)) {
hc_commentgetcomment.java 71 int childType;
77 childType = (int) child.getNodeType();
79 if (equals(8, childType)) {
nodechildnodes.java 63 int childType;
81 childType = (int) childNode.getNodeType();
83 if (equals(1, childType)) {
  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java 473 final int childType = adapter.getChildType(pos.groupPos, pos.childPos);
474 retValue = adapter.getGroupTypeCount() + childType;
    [all...]

Completed in 97 milliseconds