HomeSort by relevance Sort by last modified time
    Searched refs:VIEW_INCLUDE (Results 1 - 11 of 11) 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;
91 return VIEW_INCLUDE;
UiElementPullParser.java 27 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_INCLUDE;
420 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;
117 exclude.add(VIEW_INCLUDE);
ChangeViewWizard.java 21 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_INCLUDE;
159 if (className.equals(VIEW_INCLUDE)
WrapInWizard.java 24 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_INCLUDE;
103 Set<String> exclude = Collections.singleton(VIEW_INCLUDE);
ExtractIncludeRefactoring.java 162 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 60 public static final String VIEW_INCLUDE = "include"; //$NON-NLS-1$
358 String xmlName = VIEW_INCLUDE;
389 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/descriptors/
DescriptorsUtils.java 40 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_INCLUDE;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 569 && LayoutDescriptors.VIEW_INCLUDE.equals(nodeName)) {
    [all...]
OutlinePage.java     [all...]
IncludeFinder.java 531 NodeList includes = document.getElementsByTagName(LayoutDescriptors.VIEW_INCLUDE);
    [all...]

Completed in 2694 milliseconds