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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 538 private static String computeIncludeString(Element primaryNode, String newName,
567 if (primaryNode == null) {
572 if (!primaryNode.hasAttributeNS(ANDROID_URI, ATTR_LAYOUT_WIDTH)) {
575 width = primaryNode.getAttributeNS(ANDROID_URI, ATTR_LAYOUT_WIDTH);
577 if (!primaryNode.hasAttributeNS(ANDROID_URI, ATTR_LAYOUT_HEIGHT)) {
580 height = primaryNode.getAttributeNS(ANDROID_URI, ATTR_LAYOUT_HEIGHT);
603 if (primaryNode != null) {
604 NamedNodeMap attributes = primaryNode.getAttributes();
633 Element primaryNode = getPrimaryElement();
634 xml = stripTopLayoutAttributes(primaryNode, mSelectionStart, xml)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py     [all...]

Completed in 759 milliseconds