HomeSort by relevance Sort by last modified time
    Searched refs:LayoutDescriptors (Results 1 - 25 of 28) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
IncludeRule.java 18 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.ATTR_LAYOUT;
EditTextRule.java 19 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.REQUEST_FOCUS;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ContextPullParser.java 23 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.ATTR_LAYOUT;
24 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_FRAGMENT;
25 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_INCLUDE;
UiElementPullParser.java 24 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.ATTR_LAYOUT;
25 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_FRAGMENT;
26 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_INCLUDE;
30 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
71 private LayoutDescriptors mDescriptors;
ExplodedRenderingHelper.java 19 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
69 LayoutDescriptors descriptors = data.getLayoutDescriptors();
72 List<ViewElementDescriptor> layoutDescriptors = descriptors.getLayoutDescriptors();
73 for (ViewElementDescriptor desc : layoutDescriptors) {
LayoutEditor.java 26 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
614 LayoutDescriptors layoutDesc = data.getLayoutDescriptors();
ProjectCallback.java 26 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_FRAGMENT;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/
UiViewElementNode.java 24 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
79 LayoutDescriptors descriptors = data.getLayoutDescriptors();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetData.java 29 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
82 private LayoutDescriptors mLayoutDescriptors;
102 LayoutDescriptors layoutDescriptors,
125 mLayoutDescriptors = layoutDescriptors;
214 public LayoutDescriptors getLayoutDescriptors() {
AndroidTargetParser.java 29 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
201 LayoutDescriptors layoutDescriptors = new LayoutDescriptors();
202 layoutDescriptors.updateDescriptors(layoutViewsInfo, layoutGroupsInfo,
275 layoutDescriptors,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java 23 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_FRAGMENT;
24 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_INCLUDE;
25 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_MERGE;
ChangeViewWizard.java 19 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.REQUEST_FOCUS;
20 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_FRAGMENT;
21 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_INCLUDE;
WrapInWizard.java 24 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_INCLUDE;
202 List<ViewElementDescriptor> layoutDescriptors = null;
209 layoutDescriptors = list;
214 if (layoutDescriptors != null) {
215 for (ViewElementDescriptor d : layoutDescriptors) {
248 layoutDescriptors =
251 for (ViewElementDescriptor d : layoutDescriptors) {
ExtractIncludeRefactoring.java 44 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
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/gle2/
CanvasViewInfo.java 21 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_MERGE;
31 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
542 && LayoutDescriptors.VIEW_INCLUDE.equals(nodeName)) {
545 String url = element.getAttribute(LayoutDescriptors.ATTR_LAYOUT);
549 } else if (LayoutDescriptors.VIEW_FRAGMENT.equals(nodeName)) {
    [all...]
OutlinePage.java 43 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
590 } else if (e.getTagName().equals(LayoutDescriptors.VIEW_INCLUDE)) {
594 String src = e.getAttribute(LayoutDescriptors.ATTR_LAYOUT);
610 image = IconFactory.getInstance().getIcon(LayoutDescriptors.VIEW_INCLUDE);
    [all...]
IncludeFinder.java 34 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
531 NodeList includes = document.getElementsByTagName(LayoutDescriptors.VIEW_INCLUDE);
536 String url = element.getAttribute(LayoutDescriptors.ATTR_LAYOUT);
    [all...]
ViewHierarchy.java 19 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_MERGE;
DynamicContextMenu.java 26 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_FRAGMENT;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 32 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
375 } else if (attribute.equals(LayoutDescriptors.ATTR_LAYOUT)) {
UiElementNode.java 39 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
252 } else if (mXmlNode.getNodeName().equals(LayoutDescriptors.VIEW_FRAGMENT)) {
268 LayoutDescriptors.ID_ATTR);
299 if (LayoutDescriptors.VIEW_VIEWTAG.equals(uiName) && mXmlNode instanceof Element) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
CustomViewDescriptorService.java 221 LayoutDescriptors descriptors = data.getLayoutDescriptors();
LayoutDescriptors.java 52 public final class LayoutDescriptors implements IDescriptorProvider {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 33 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
319 LayoutDescriptors layoutDescriptors = targetData.getLayoutDescriptors();
320 lists.add(layoutDescriptors.getViewDescriptors());
321 lists.add(layoutDescriptors.getLayoutDescriptors());
339 layoutDescriptors.getViewDescriptors().size()
340 + layoutDescriptors.getLayoutDescriptors().size());
341 remaining.addAll(layoutDescriptors.getViewDescriptors());
342 remaining.addAll(layoutDescriptors.getLayoutDescriptors());
    [all...]
RulesEngine.java 20 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_MERGE;
    [all...]

Completed in 965 milliseconds

1 2