Home
last modified time | relevance | path

Searched refs:LayoutDescriptors (Results 1 – 11 of 11) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DAndroidTargetData.java32 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
85 private LayoutDescriptors mLayoutDescriptors;
127 LayoutDescriptors layoutDescriptors, in setExtraData()
239 public LayoutDescriptors getLayoutDescriptors() { in getLayoutDescriptors()
DAndroidTargetParser.java30 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
203 LayoutDescriptors layoutDescriptors = new LayoutDescriptors(); in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/
DUiViewElementNode.java35 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
97 LayoutDescriptors descriptors = data.getLayoutDescriptors(); in getAttributeDescriptors()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DExplodedRenderingHelper.java20 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
69 LayoutDescriptors descriptors = data.getLayoutDescriptors(); in ExplodedRenderingHelper()
DUiElementPullParser.java40 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
80 private LayoutDescriptors mDescriptors;
DLayoutEditorDelegate.java33 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
943 LayoutDescriptors layoutDesc = data.getLayoutDescriptors(); in getFqcnViewDescriptor()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DAdtProjectTest.java29 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
135 LayoutDescriptors layoutDescriptors = targetData.getLayoutDescriptors(); in setUp()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DViewMetadataRepository.java35 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
327 LayoutDescriptors layoutDescriptors = targetData.getLayoutDescriptors(); in getPaletteEntries()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
DLayoutDescriptors.java59 public final class LayoutDescriptors implements IDescriptorProvider { class
DCustomViewDescriptorService.java435 LayoutDescriptors descriptors = data.getLayoutDescriptors(); in createViewDescriptor()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGraphicalEditorPart.java82 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
2090 LayoutDescriptors layoutDescriptors = targetData.getLayoutDescriptors(); in getAndroidViewClassNames()