HomeSort by relevance Sort by last modified time
    Searched defs:getInputFile (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java 329 IFile file = getInputFile();
402 IFile file = getInputFile();
423 IFile file = getInputFile();
463 public IFile getInputFile() {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 622 public IFile getInputFile() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 240 IFile file = layoutEditor != null ? layoutEditor.getInputFile() : null;
616 AdtPlugin.setFileProperty(mLayoutEditor.getInputFile(), NAME_ZOOM, zoomValue);
    [all...]

Completed in 299 milliseconds