Searched refs:projectRes (Results 1 – 4 of 4) sorted by relevance
1322 ResourceRepository projectRes = chooser != null ? chooser.mClient.getProjectResources() in getLocaleLabel() local1324 if (projectRes != null) { in getLocaleLabel()1325 hasLocale = projectRes.getLanguages().size() > 0; in getLocaleLabel()1772 ResourceRepository projectRes = mClient.getProjectResources(); in updateThemes() local1774 if (projectRes != null) { in updateThemes()1899 ResourceRepository projectRes = mClient.getProjectResources(); in updateLocales() local1902 if (projectRes != null) { in updateLocales()1904 languages = projectRes.getLanguages(); in updateLocales()1908 SortedSet<String> regions = projectRes.getRegions(language); in updateLocales()
109 ProjectResources projectRes, IProject project, Object credential, in ProjectCallback() argument113 mProjectRes = projectRes; in ProjectCallback()
1690 ProjectResources projectRes = resManager.getProjectResources(project); in getProjectCallback() local1691 mProjectCallback = new ProjectCallback(layoutLibrary, projectRes, project, in getProjectCallback()1767 ProjectResources projectRes = manager.getProjectResources( in reloadLayoutSwt() local1770 if (projectRes != null) { in reloadLayoutSwt()1771 projectRes.resetDynamicIds(); in reloadLayoutSwt()
640 ProjectResources projectRes = ResourceManager.getInstance().getProjectResources( in getResourceResolver() local642 configuredProjectRes = projectRes.getConfiguredResources(config); in getResourceResolver()