Home
last modified time | relevance | path

Searched defs:model (Results 1 – 25 of 51) sorted by relevance

123

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DDocumentFix.java36 protected abstract void apply(IDocument document, IStructuredModel model, Node node, in apply()
50 IStructuredModel model = manager.getModelForEdit((IStructuredDocument) document); in apply() local
DAddPrefixFix.java49 protected void apply(IDocument document, IStructuredModel model, Node node, int start, in apply()
DLinearLayoutWeightFix.java51 protected void apply(IDocument document, IStructuredModel model, Node node, int start, in apply()
DSetScrollViewSizeFix.java50 protected void apply(IDocument document, IStructuredModel model, Node node, int start, in apply()
DObsoleteLayoutParamsFix.java52 protected void apply(IDocument document, IStructuredModel model, Node node, int start, in apply()
DTypographyFix.java57 protected void apply(IDocument document, IStructuredModel model, Node node, int start, in apply()
DUseCompoundDrawableDetectorFix.java71 protected void apply(IDocument document, IStructuredModel model, Node node, in apply()
DExtractStringFix.java60 protected void apply(IDocument document, IStructuredModel model, Node node, int start, in apply()
DEclipseLintClient.java159 IStructuredModel model = null; in parseXml() local
548 IStructuredModel model = null; in readFile() local
578 IStructuredModel model = (IStructuredModel) context.getProperty(MODEL_PROPERTY); in getLocation() local
584 IStructuredModel model = (IStructuredModel) context.getProperty(MODEL_PROPERTY); in createLocationHandle() local
604 IStructuredModel model = (IStructuredModel) context.getProperty(MODEL_PROPERTY); in dispose() local
DRemoveUselessViewFix.java55 protected void apply(IDocument document, IStructuredModel model, Node node, int start, in apply()
DSetPropertyFix.java65 protected void apply(IDocument document, IStructuredModel model, Node node, int start, in apply()
DConvertToDpFix.java54 protected void apply(IDocument document, IStructuredModel model, Node node, int start, in apply()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/
DGridModelTest.java41 GridModel model = new GridModel(null, targetNode, null); in testReadModel1() local
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
DLogCatFilterContentProvider.java41 public Object[] getElements(Object model) { in getElements()
DLogCatMessageContentProvider.java35 public Object[] getElements(Object model) { in getElements()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DDomUtilities.java161 IStructuredModel model = modelManager.getExistingModelForRead(document); in getNode() local
214 IStructuredModel model = modelManager.getExistingModelForRead(document); in getNodeContext() local
776 IStructuredModel model = createStructuredModel(xml); in parseStructuredDocument() local
792 IStructuredModel model = createEmptyModel(); in createStructuredModel() local
817 IStructuredModel model = createEmptyModel(); in createEmptyDocument() local
DLayoutMetadata.java93 IStructuredModel model = null; in getProperty() local
159 IStructuredModel model = null; in setProperty() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DAaptQuickFix.java222 IStructuredModel model = manager.getExistingModelForEdit(doc); in perform() local
236 IStructuredModel model; in perform() local
253 private IndexedRegion perform(IStructuredModel model) { in perform()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/color/
DColorEditorDelegate.java104 IStructuredModel model = getEditor().getModelForRead(); in onDescriptorsChanged() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DDrawableEditorDelegate.java141 IStructuredModel model = getEditor().getModelForRead(); in onDescriptorsChanged() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
DRefactoringUtil.java50 public static void fixModel(IStructuredModel model, IDocument document) { in fixModel()
DAndroidTypeRenameParticipant.java232 IStructuredModel model = null; in parse() local
319 IStructuredModel model = null; in addAndroidElements() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
DAnimationEditorDelegate.java161 IStructuredModel model = getEditor().getModelForRead(); in onDescriptorsChanged() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/descriptors/
DDescriptorsUtilsTest.java163 UiDocumentNode model = new UiDocumentNode(documentDescriptor); in testGetFreeWidgetId() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DAndroidXmlFormattingStrategy.java125 IStructuredModel model = modelManager.getModelForEdit(structuredDocument); in format() local
162 public static TextEdit format(IStructuredModel model, int start, int length) { in format()
504 static XmlFormatStyle guessStyle(IStructuredModel model, Document domDocument) { in guessStyle()

123