/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ThemeMenuAction.java | 27 import org.eclipse.core.resources.IFile; 291 private final IFile mFile; 293 private OpenThemeAction(String title, IFile file, String theme) {
|
ConfigurationMatcher.java | 52 import org.eclipse.core.resources.IFile; 73 private final IFile mEditedFile; 85 @Nullable IFile editedFile, 668 * Returns the layout {@link IFile} which best matches the configuration 675 public static IFile getBestFileMatch(ConfigurationChooser chooser) { 684 IFile editedFile = chooser.getEditedFile(); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
WrapInRefactoring.java | 37 import org.eclipse.core.resources.IFile; 87 IFile file, 204 IFile file = mDelegate.getEditor().getInputFile();
|
UseCompoundDrawableRefactoring.java | 54 import org.eclipse.core.resources.IFile; 95 public UseCompoundDrawableRefactoring(IFile file, LayoutEditorDelegate editor, 205 IFile file = mDelegate.getEditor().getInputFile();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintListDialog.java | 25 import org.eclipse.core.resources.IFile; 58 private final IFile mFile; 70 @NonNull IFile file,
|
LintViewPart.java | 27 import org.eclipse.core.resources.IFile; 352 if (resource instanceof IFile || resource instanceof IFolder) { 498 if (fix.needsFocus() && resource instanceof IFile) { 506 AdtPlugin.openFile((IFile) resource, region);
|
EclipseLintClient.java | 57 import org.eclipse.core.resources.IFile; 226 // Map File to IFile 227 IFile file = AdtUtils.fileToIFile(context.file); 347 IFile file = AdtUtils.fileToIFile(location.getFile()); 509 private static Pair<Integer, Integer> getRange(IFile file, IDocument doc, 672 if (resource instanceof IFile) { 674 AdtPlugin.openFile((IFile) resource, region, true /* showEditorTab */); 693 @NonNull IFile file, 701 // Map File to IFile 702 IFile file = AdtUtils.fileToIFile(f) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ExportHelper.java | 41 import org.eclipse.core.resources.IFile; 117 IFileWrapper manifestFile = new IFileWrapper((IFile) manifestResource); 168 IFile mergedManifestFile = androidOutputFolder.getFile( 229 IFile proguardFile = androidOutputFolder.getFile(AdtConstants.FN_AAPT_PROGUARD);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtPlugin.java | 57 import org.eclipse.core.resources.IFile; 462 * Reads the contents of an {@link IFile} and return it as a String 469 public static String readFile(@NonNull IFile file) { 482 // Note that IFile.getContents() indicates it throws a CoreException but 548 public static boolean fileContains(IFile file, String string) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
CreateAssetSetWizard.java | 26 import org.eclipse.core.resources.IFile; 106 IFile file = project.getFile(dest); 212 // IDEA: Maybe normalize the files backwards (IFile objects aren't unique) 223 // normalizing the IFile objects by looking up the canonical ones via
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
PreCompilerBuilder.java | 64 import org.eclipse.core.resources.IFile; 429 IFile manifestFile = ProjectHelper.getManifest(project); 708 IFile proguardFile = null; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
FragmentMenu.java | 36 import org.eclipse.core.resources.IFile; 289 IFile file = delegate.getEditor().getInputFile();
|
RenderPreviewManager.java | 58 import org.eclipse.core.resources.IFile; [all...] |
LayoutCanvas.java | 46 import org.eclipse.core.resources.IFile; 274 IFile file = editorDelegate != null ? editorDelegate.getEditor().getInputFile() : null; 832 IFile file = mEditorDelegate.getEditor().getInputFile(); [all...] |
RenderPreview.java | 67 import org.eclipse.core.resources.IFile; 168 private @Nullable IFile mAlternateInput; 303 public IFile getAlternateInput() { 380 IFile editedFile = chooser.getEditedFile(); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiManifestPkgAttrNode.java | 33 import org.eclipse.core.resources.IFile; 251 IFile manifestFile = ProjectHelper.getManifest(project.getProject());
|
UiPackageAttributeNode.java | 27 import org.eclipse.core.resources.IFile; 250 // from the file editor we can get the IFile object, and from it, the IProject. 251 IFile file = ((IFileEditorInput)input).getFile();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitLaunchConfigDelegate.java | 34 import org.eclipse.core.resources.IFile; 72 final AndroidLaunchController controller, final IFile applicationPackage,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
Sdk.java | 58 import org.eclipse.core.resources.IFile; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceExplorerView.java | 29 import org.eclipse.core.resources.IFile; 194 // from the file editor we can get the IFile object, and from it, the IProject. 195 IFile file = ((IFileEditorInput)input).getFile();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
HyperlinksTest.java | 26 import org.eclipse.core.resources.IFile; 202 IFile file = getTestDataFile(getProject(), basename, targetPath, true);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlEditor.java | 35 import org.eclipse.core.resources.IFile; 432 IFile file = getInputFile(); 538 IFile file = getInputFile(); 563 * Returns the {@link IFile} matching the editor's input or null. 566 public IFile getInputFile() { 656 IFile file = getInputFile(); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
LayoutEditorDelegate.java | 55 import org.eclipse.core.resources.IFile; 259 IFile editedFile = null; 468 IFile file = getEditor().getInputFile(); 471 List<IFile> resources = Collections.singletonList(file); 763 IFile file = fileInput.getFile(); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectCreator.java | 53 import org.eclipse.core.resources.IFile; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
AddSupportJarAction.java | 39 import org.eclipse.core.resources.IFile; 511 IFile destFile = resFolder.getFile(jarPath.getName());
|