HomeSort by relevance Sort by last modified time
    Searched refs:AdtPlugin (Results 176 - 200 of 253) sorted by null

1 2 3 4 5 6 78 91011

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAttribute.java 26 import com.android.ide.eclipse.adt.AdtPlugin;
126 AdtPlugin.log(e, "Could not remove marker");
RunLintAction.java 21 import com.android.ide.eclipse.adt.AdtPlugin;
84 MessageDialog.openWarning(AdtPlugin.getShell(), "Lint",
LintFixGenerator.java 22 import com.android.ide.eclipse.adt.AdtPlugin;
283 part = AdtPlugin.openFile(file, region, true /* showEditor */);
305 AdtPlugin.log(pie, null);
506 MessageDialog.openInformation(AdtPlugin.getShell(), "More Info",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
AndroidPropertyPage.java 20 import com.android.ide.eclipse.adt.AdtPlugin;
153 AdtPlugin.log(e, msg);
LibraryProperties.java 19 import com.android.ide.eclipse.adt.AdtPlugin;
125 mMatchIcon = AdtPlugin.getImageDescriptor("/icons/match.png").createImage(); //$NON-NLS-1$
126 mErrorIcon = AdtPlugin.getImageDescriptor("/icons/error.png").createImage(); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidator.java 24 import com.android.ide.eclipse.adt.AdtPlugin;
177 AdtPlugin.log(e, "Validation failed: %s", e.toString());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
IdeScanningContext.java 28 import com.android.ide.eclipse.adt.AdtPlugin;
131 AdtPlugin.getDisplay().asyncExec(new Runnable() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateManager.java 25 import com.android.ide.eclipse.adt.AdtPlugin;
247 AdtPlugin.log(e, null);
ActivityPage.java 24 import com.android.ide.eclipse.adt.AdtPlugin;
202 AdtPlugin.log(e, null);
268 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 25 import com.android.ide.eclipse.adt.AdtPlugin;
566 AdtPlugin.log(IStatus.WARNING, "%s", sb.toString());
567 AdtPlugin.printToConsole((String)null, sb);
580 AdtPlugin.log(IStatus.WARNING, "%s", sb.toString());
581 AdtPlugin.printToConsole((String)null, sb);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportPage.java 18 import com.android.ide.eclipse.adt.AdtPlugin;
268 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
271 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
276 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
288 status = new Status(status.getSeverity(), AdtPlugin.PLUGIN_ID,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 23 import com.android.ide.eclipse.adt.AdtPlugin;
104 if (AdtPlugin.getDefault() == null) {
113 LoadStatus sdkStatus = AdtPlugin.getDefault().getSdkLoadStatus();
246 String currentContents = AdtPlugin.readFile(file);
335 String fileContent = AdtPlugin.readFile(file);
RefactoringTest.java 22 import com.android.ide.eclipse.adt.AdtPlugin;
68 IPreferenceStore store = AdtPlugin.getDefault().getPreferenceStore();
120 String contents = AdtPlugin.readFile(file);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 621 AdtPlugin.log(e, null);
623 AdtPlugin.log(e, null);
795 Display display = AdtPlugin.getDisplay();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 60 import com.android.ide.eclipse.adt.AdtPlugin;
232 new QualifiedName(AdtPlugin.PLUGIN_ID, "initialstate");//$NON-NLS-1$
239 new QualifiedName(AdtPlugin.PLUGIN_ID, "includer");//$NON-NLS-1$
321 AdtPlugin.getDefault().addTargetListener(mTargetListener);
325 AdtPlugin.getDefault().refreshSdk();
371 AdtPlugin.log(e, "Can't read session property %1$s", NAME_INITIAL_STATE);
375 IPreferenceStore preferenceStore = AdtPlugin.getDefault().getPreferenceStore();
621 AdtPlugin.getDefault().removeTargetListener(mTargetListener);
    [all...]
LayoutMetadata.java 32 import com.android.ide.eclipse.adt.AdtPlugin;
194 Display display = AdtPlugin.getDisplay();
220 AdtPlugin.log(e, variation.getFullPath().toOSString());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 35 import com.android.ide.eclipse.adt.AdtPlugin;
160 AdtPlugin.log(e, "Formatting error");
412 AdtPlugin.log(e, null);
444 AdtPlugin.log(e, null);
466 AdtPlugin.log(e, null);
512 AdtPlugin.log(e, null);
731 AdtPlugin.log(e, null);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 36 import com.android.ide.eclipse.adt.AdtPlugin;
262 AdtPlugin.log(e, value);
333 IPreferenceStore store = AdtPlugin.getDefault().getPreferenceStore();
336 Shell shell = AdtPlugin.getShell();
471 Shell shell = AdtPlugin.getShell();
527 private final static QualifiedName CACHE_NAME = new QualifiedName(AdtPlugin.PLUGIN_ID,
544 AdtPlugin.log(e, null);
PropertySheetPage.java 18 import com.android.ide.eclipse.adt.AdtPlugin;
104 AdtPlugin.log(e, null);
297 AdtPlugin.log(e, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 41 import com.android.ide.eclipse.adt.AdtPlugin;
306 AdtPlugin.log(e, null);
308 AdtPlugin.log(e, null);
383 AdtPlugin.log(e, null);
385 AdtPlugin.log(e, null);
420 AdtPlugin.log(e, null);
457 Display display = AdtPlugin.getDisplay();
ExtractStyleRefactoring.java 47 import com.android.ide.eclipse.adt.AdtPlugin;
488 AdtPlugin.log(e, null);
490 AdtPlugin.log(e, null);
498 String contents = AdtPlugin.readFile(file);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 22 import com.android.ide.eclipse.adt.AdtPlugin;
184 AdtPlugin.PLUGIN_ID,
243 AdtPlugin.PLUGIN_ID,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMenuListener.java 31 import com.android.ide.eclipse.adt.AdtPlugin;
92 AdtPlugin.openFile(mResource, null, false);
94 AdtPlugin.log(ex, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeMoveParticipant.java 33 import com.android.ide.eclipse.adt.AdtPlugin;
260 AdtPlugin.log(e, null);
262 AdtPlugin.log(e, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 45 import com.android.ide.eclipse.adt.AdtPlugin;
190 AdtPlugin.log(e, "%1$s failed to instantiate.", className); //$NON-NLS-1$
472 AdtPlugin.log(e, null);
476 AdtPlugin.log(e, null);

Completed in 211 milliseconds

1 2 3 4 5 6 78 91011