HomeSort by relevance Sort by last modified time
    Searched refs:mSourceFolder (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
PreCompilerDeltaVisitor.java 108 private IFolder mSourceFolder = null;
206 mSourceFolder = null;
215 mSourceFolder = null;
259 if (mSourceFolder != null) {
305 if (sourceFolderPath.equals(mSourceFolder.getFullPath())) {
350 mAidlToRemove.add(new AidlData(mSourceFolder, file));
353 mAidlToCompile.add(new AidlData(mSourceFolder, file));
433 mSourceFolder = getFolder(sourceFolderPath); // all non null due to test above
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreationPage.java 134 private String mSourceFolder = ""; //$NON-NLS-1$
289 if (isNewProject() || mSourceFolder == null || mSourceFolder.length() == 0) {
292 return mSourceFolder;
    [all...]

Completed in 17 milliseconds