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

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
InefficientWeightDetector.java 95 Attr sizeNode = weightChild.getAttributeNodeNS(ANDROID_URI, dimension);
96 String size = sizeNode != null ? sizeNode.getValue() : "(undefined)";
102 context.getLocation(sizeNode != null ? sizeNode : weightChild),
ScrollViewChildDetector.java 81 Attr sizeNode = child.getAttributeNodeNS(ANDROID_URI, attributeName);
82 String value = sizeNode != null ? sizeNode.getValue() : null;
86 context.toolContext.report(ISSUE, context.getLocation(sizeNode),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDevice.java 226 Element sizeNode = createNode(doc, configNode, LayoutDevicesXsd.NODE_SCREEN_DIMENSION);
228 Element node = createNode(doc, sizeNode, LayoutDevicesXsd.NODE_SIZE);
231 node = createNode(doc, sizeNode, LayoutDevicesXsd.NODE_SIZE);

Completed in 835 milliseconds