Searched refs:libraryProject (Results 1 – 2 of 2) sorted by relevance
287 IProject libraryProject = createLibraryProject(libraryPath, project, in installGridLayoutLibrary() local289 if (libraryProject != null) { in installGridLayoutLibrary()290 return addLibraryDependency(libraryProject, project, waitForFinish); in installGridLayoutLibrary()348 IProject libraryProject = root.getProject(APP_COMPAT_LIB_NAME); in installAppCompatLibrary() local349 if (!libraryProject.exists()) { in installAppCompatLibrary()351 libraryProject = createLibraryProject(libraryPath, project, in installAppCompatLibrary()354 if (libraryProject != null) { in installAppCompatLibrary()355 return addLibraryDependency(libraryProject, project, waitForFinish); in installAppCompatLibrary()513 final IProject libraryProject, in addLibraryDependency() argument546 IPath relativePath = libraryProject.getLocation().makeRelativeTo( in addLibraryDependency()[all …]
461 public LibraryState needs(ProjectState libraryProject) { in needs() argument466 File libraryFile = libraryProject.getProject().getLocation().toFile(); in needs()476 state.setProject(libraryProject); in needs()