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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java 25 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_MERGE;
118 exclude.add(VIEW_MERGE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 67 public static final String VIEW_MERGE = "merge"; //$NON-NLS-1$
405 String xmlName = VIEW_MERGE;
410 VIEW_MERGE, // "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/
ViewHierarchy.java 19 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_MERGE;
239 return new ViewInfo(VIEW_MERGE, children.get(0), 0, 0, layoutSize.x, layoutSize.y);
253 && VIEW_MERGE.equals(children.get(0).getDescriptor().getXmlName())) {
CanvasViewInfo.java 22 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_MERGE;
730 CanvasViewInfo mergeView = new CanvasViewInfo(rootView, VIEW_MERGE, null,
751 CanvasViewInfo merge = new CanvasViewInfo(null, VIEW_MERGE, null,
768 && VIEW_MERGE.equals(rootParent.getDescriptor().getXmlName()));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 20 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_MERGE;
749 realFqcn.equals(VIEW_MERGE) ||
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 41 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_MERGE;
    [all...]

Completed in 146 milliseconds