HomeSort by relevance Sort by last modified time
    Searched refs:childType (Results 1 - 14 of 14) 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)) {
  /cts/suite/audio_quality/lib/src/task/
ModelBuilder.cpp 123 TaskGeneric::TaskType childType(TaskGeneric::ETaskInvalid);
135 childType = mParsingTable[i].type;
139 if (childTable[j].type == childType) {
147 LOGE("ModelBuilder::parseGeneric unsupported child type %d for type %d", childType,
154 childType, typeSelf);
158 LOGE("ModelBuilder::parseGeneric cannot add child type %d to type %d", childType,
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
MultiPaneChallengeLayout.java 198 if (lp.childType == LayoutParams.CHILD_TYPE_USER_SWITCHER) {
202 } else if (lp.childType == LayoutParams.CHILD_TYPE_PAGE_DELETE_DROP_TARGET) {
235 if (lp.childType == LayoutParams.CHILD_TYPE_CHALLENGE) {
245 } else if (lp.childType == LayoutParams.CHILD_TYPE_USER_SWITCHER) {
274 } else if (lp.childType == LayoutParams.CHILD_TYPE_SCRIM) {
285 if (lp.childType == LayoutParams.CHILD_TYPE_USER_SWITCHER ||
286 lp.childType == LayoutParams.CHILD_TYPE_SCRIM ||
359 } else if (lp.childType == LayoutParams.CHILD_TYPE_PAGE_DELETE_DROP_TARGET) {
487 public int childType = 0;
513 childType = a.getInt(R.styleable.MultiPaneChallengeLayout_Layout_layout_childType
    [all...]
SlidingChallengeLayout.java 838 if (lp.childType == LayoutParams.CHILD_TYPE_CHALLENGE) {
857 } else if (lp.childType == LayoutParams.CHILD_TYPE_EXPAND_CHALLENGE_HANDLE) {
    [all...]
  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java 475 final int childType = adapter.getChildType(pos.groupPos, pos.childPos);
476 retValue = adapter.getGroupTypeCount() + childType;
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 2158 milliseconds