/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
ProjectCallback.java | 42 import com.android.ide.common.resources.ResourceResolver; 50 import com.android.ide.eclipse.adt.internal.resources.manager.ProjectClassLoader; 51 import com.android.ide.eclipse.adt.internal.resources.manager.ProjectResources; 52 import com.android.resources.ResourceType; 57 import org.eclipse.core.resources.IProject; 634 * Sets the {@link ResourceResolver} to be used when looking up resources
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiResourceAttributeNode.java | 32 import com.android.ide.common.resources.ResourceItem; 33 import com.android.ide.common.resources.ResourceRepository; 39 import com.android.ide.eclipse.adt.internal.resources.manager.ResourceManager; 45 import com.android.resources.ResourceType; 47 import org.eclipse.core.resources.IProject; 162 // get the resource repository for this project and the system resources. 167 // get the Target Data to get the system resources 208 * completed. So if the project has only strings and layouts resources, for example, 213 * current framework system resources rather than the project resources [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ExportHelper.java | 41 import org.eclipse.core.resources.IFile; 42 import org.eclipse.core.resources.IFolder; 43 import org.eclipse.core.resources.IProject; 44 import org.eclipse.core.resources.IResource; 45 import org.eclipse.core.resources.IncrementalProjectBuilder; 156 // Step 1. Package the resources. 172 // package the resources. 377 "Aligning applications allows Android to use application resources\n" +
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
AndroidPackageRenameParticipant.java | 39 import com.android.resources.ResourceFolderType; 42 import org.eclipse.core.resources.IFile; 43 import org.eclipse.core.resources.IFolder; 44 import org.eclipse.core.resources.IProject; 45 import org.eclipse.core.resources.IResource;
|
RenameResourceParticipant.java | 42 import com.android.ide.eclipse.adt.internal.resources.ResourceNameValidator; 45 import com.android.resources.ResourceFolderType; 46 import com.android.resources.ResourceType; 49 import org.eclipse.core.resources.IFile; 50 import org.eclipse.core.resources.IFolder; 51 import org.eclipse.core.resources.IProject; 52 import org.eclipse.core.resources.IResource; 91 * A rename participant handling renames of resources (such as R.id.foo and R.layout.bar). 378 // If renaming resources in a library project, also offer to rename references
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringInputPage.java | 21 import com.android.ide.common.resources.configuration.FolderConfiguration; 25 import com.android.resources.ResourceFolderType; 27 import org.eclipse.core.resources.IFolder; 28 import org.eclipse.core.resources.IProject; 29 import org.eclipse.core.resources.IResource;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
AndroidTargetParser.java | 21 import com.android.ide.common.resources.ResourceRepository; 22 import com.android.ide.common.resources.platform.AttrsXmlParser; 23 import com.android.ide.common.resources.platform.DeclareStyleableInfo; 24 import com.android.ide.common.resources.platform.ViewClassInfo; 34 import com.android.ide.eclipse.adt.internal.resources.manager.ResourceManager; 261 // load the framework resources.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
AdtProjectTest.java | 43 import org.eclipse.core.resources.IContainer; 44 import org.eclipse.core.resources.IFile; 45 import org.eclipse.core.resources.IFolder; 46 import org.eclipse.core.resources.IProject; 47 import org.eclipse.core.resources.ResourcesPlugin; 149 * tests will add in new resources, which the code completion tests will then list as 174 * the resource quickfix test will create new resources which affect what shows up
|
/frameworks/base/services/java/com/android/server/input/ |
InputManagerService.java | 42 import android.content.res.Resources; 43 import android.content.res.Resources.NotFoundException; 705 Resources r = mContext.getResources(); 738 public void visitKeyboardLayout(Resources resources, 772 public void visitKeyboardLayout(Resources resources, 843 Resources resources = pm.getResourcesForApplication(receiver.applicationInfo); local [all...] |
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/ |
ant-1.8.0.jar | |
/frameworks/base/core/java/android/widget/ |
RelativeLayout.java | 29 import android.content.res.Resources; [all...] |
/external/doclava/res/assets/templates/assets/ |
doclava-developer-docs.js | 136 } else if (location.href.indexOf("/resources/") != -1) { 137 return "resources"; 171 if (devdocNav.length) { // only dev guide, resources, and sdk 185 firstSlashPos = fullPageName.indexOf("/resources/"); 197 if ((link.length == 0) && ((fullPageName.indexOf("/guide/") != -1) || (fullPageName.indexOf("/resources/") != -1))) { 199 // that matches our ancestor directories (only for dev guide and resources) 267 } else if (href.indexOf("/resources/") != -1) { 357 } else if (path.indexOf("/resources/") != -1) { 358 writeCookie("lastpage", path, "resources", null);
|
/libcore/luni/src/main/java/java/net/ |
URLClassLoader.java | 49 * This class loader is responsible for loading classes and resources from a 154 void findResources(String name, ArrayList<URL> resources) { 156 if (res != null && !resources.contains(res)) { 157 resources.add(res); 267 void findResources(String name, ArrayList<URL> resources) { 269 if (res != null && !resources.contains(res)) { 270 resources.add(res); 283 h.findResources(name, resources); [all...] |
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/ |
CalendarUtilitiesTests.java | 21 import android.content.res.Resources; 301 Resources resources = getContext().getResources(); local 302 String accept = resources.getString(R.string.meeting_accepted, title); 305 assertTrue(msg.mText.contains(resources.getString(R.string.meeting_where, ""))); 824 Resources resources = mContext.getResources(); local [all...] |
/packages/apps/Exchange/tests/src/com/android/exchange/utility/ |
CalendarUtilitiesTests.java | 21 import android.content.res.Resources; 311 Resources resources = getContext().getResources(); local 312 String accept = resources.getString(R.string.meeting_accepted, title); 315 assertTrue(msg.mText.contains(resources.getString(R.string.meeting_where, ""))); 834 Resources resources = mContext.getResources(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileCreationPage.java | 30 import com.android.ide.common.resources.configuration.FolderConfiguration; 31 import com.android.ide.common.resources.configuration.ResourceQualifier; 42 import com.android.ide.eclipse.adt.internal.resources.ResourceNameValidator; 46 import com.android.resources.ResourceFolderType; 51 import org.eclipse.core.resources.IFile; 52 import org.eclipse.core.resources.IProject; 53 import org.eclipse.core.resources.IResource; 92 * skeleton XML resources files for Android projects. [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
URLTest.java | 744 File resources = Support_Resources.createTempFolder(); local 773 File resources = Support_Resources.createTempFolder(); local 807 File resources = Support_Resources.createTempFolder(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
PreCompilerBuilder.java | 38 import com.android.ide.eclipse.adt.internal.resources.manager.IdeScanningContext; 39 import com.android.ide.eclipse.adt.internal.resources.manager.ProjectResources; 40 import com.android.ide.eclipse.adt.internal.resources.manager.ResourceManager; 64 import org.eclipse.core.resources.IFile; 65 import org.eclipse.core.resources.IFolder; 66 import org.eclipse.core.resources.IMarker; 67 import org.eclipse.core.resources.IProject; 68 import org.eclipse.core.resources.IResource; 69 import org.eclipse.core.resources.IResourceDelta; 93 * <li>compiles the resources located in the res/ folder, along with th [all...] |
/external/chromium/chrome/browser/ui/webui/options/ |
about_page_handler.cc | 109 static OptionsStringResource resources[] = { local 136 RegisterStrings(localized_strings, resources, arraysize(resources));
|
advanced_options_handler.cc | 68 static OptionsStringResource resources[] = { local 177 RegisterStrings(localized_strings, resources, arraysize(resources));
|
autofill_options_handler.cc | 135 static OptionsStringResource resources[] = { local 150 RegisterStrings(localized_strings, resources, arraysize(resources));
|
browser_options_handler.cc | 56 static OptionsStringResource resources[] = { local 79 RegisterStrings(localized_strings, resources, arraysize(resources));
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/ |
Serializer.java | 219 Enumeration<URL> resources = classLoader.getResources(path); local 221 while (resources.hasMoreElements()) { 222 URL resource = resources.nextElement();
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
PhotoViewActivity.java | 26 import android.content.res.Resources; 182 final Resources resources = getResources(); local 188 mViewPager.setPageMargin(resources.getDimensionPixelSize(R.dimen.photo_page_margin)); 194 resources.getInteger(R.integer.reenter_fullscreen_delay_time_in_millis);
|
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
TimeZoneData.java | 21 import android.content.res.Resources; 264 private void populateDisplayNameOverrides(Resources resources) { 265 String[] ids = resources.getStringArray(R.array.timezone_rename_ids); 266 String[] labels = resources.getStringArray(R.array.timezone_rename_labels);
|