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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectState.java 50 * <p/>It does not represent the library uniquely. Instead the {@link LibraryState} is linked
53 * instances of {@link LibraryState} for the library.
57 public final class LibraryState {
62 private LibraryState(String relativePath) {
126 if (obj instanceof LibraryState) {
128 LibraryState objState = (LibraryState)obj;
153 private final ArrayList<LibraryState> mLibraries = new ArrayList<LibraryState>();
176 mLibraries.add(new LibraryState(convertPath(rootPath)))
    [all...]
FolderDecorator.java 21 import com.android.ide.eclipse.adt.internal.project.ProjectState.LibraryState;
69 LibraryState lib = state.getLibrary(folder.getName());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 25 import com.android.ide.eclipse.adt.internal.project.ProjectState.LibraryState;
572 LibraryState library = entry.getValue().getLibrary(project);
730 // LibraryState for any main project using this.
732 LibraryState libState = projectState.getLibrary(project);
743 // this also calls LibraryState.close();
775 // if they are, fix its LibraryState to get the IProject reference and
781 LibraryState libState = openedState.needs(projectState);
806 LibraryState libState = projectState.needs(openedState);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 23 import com.android.ide.eclipse.adt.internal.project.ProjectState.LibraryState;
245 List<LibraryState> libs = state.getLibraries();
247 for (LibraryState lib : libs) {
261 * not update the {@link ProjectState} or the list of {@link LibraryState}.

Completed in 1296 milliseconds