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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ContextPullParser.java 25 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_INCLUDE;
89 return VIEW_INCLUDE;
UiElementPullParser.java 26 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_INCLUDE;
397 return VIEW_INCLUDE;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java 24 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_INCLUDE;
116 exclude.add(VIEW_INCLUDE);
ChangeViewWizard.java 21 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_INCLUDE;
158 if (className.equals(VIEW_INCLUDE)
WrapInWizard.java 24 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_INCLUDE;
102 Set<String> exclude = Collections.singleton(VIEW_INCLUDE);
ExtractIncludeRefactoring.java 158 if (xmlNode.getLocalName().equals(LayoutDescriptors.VIEW_INCLUDE)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 59 public static final String VIEW_INCLUDE = "include"; //$NON-NLS-1$
375 String xmlName = VIEW_INCLUDE;
406 VIEW_INCLUDE, // "class name"; the GLE only treats this as an element tag
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 542 && LayoutDescriptors.VIEW_INCLUDE.equals(nodeName)) {
    [all...]
OutlinePage.java 590 } else if (e.getTagName().equals(LayoutDescriptors.VIEW_INCLUDE)) {
610 image = IconFactory.getInstance().getIcon(LayoutDescriptors.VIEW_INCLUDE);
    [all...]
IncludeFinder.java 531 NodeList includes = document.getElementsByTagName(LayoutDescriptors.VIEW_INCLUDE);
    [all...]

Completed in 187 milliseconds