HomeSort by relevance Sort by last modified time
    Searched refs:resources (Results 51 - 75 of 2067) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-resources-plugin/2.4.3/
maven-resources-plugin-2.4.3.jar 
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldJarFileTest.java 33 private File resources; field in class:OldJarFileTest
37 resources = Support_Resources.createTempFolder();
47 Support_Resources.copyFile(resources, null, jarName);
48 new JarFile(new File(resources, jarName));
58 Support_Resources.copyFile(resources, null, jarName);
59 String fileName = (new File(resources, jarName)).getCanonicalPath();
70 Support_Resources.copyFile(resources, null, jarName);
71 String fileName = (new File(resources, jarName)).getCanonicalPath();
82 Support_Resources.copyFile(resources, null, jarName);
83 new JarFile(new File(resources, jarName), false)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
Resources_Delegate.java 34 import com.android.resources.ResourceType;
43 import android.content.res.Resources.NotFoundException;
44 import android.content.res.Resources.Theme;
62 public static Resources initSystem(BridgeContext context,
67 Resources resources = new Resources(assets, metrics, config); local
68 resources.mContext = context;
69 resources.mLayoutlibCallback = layoutlibCallback;
70 return Resources.mSystem = resources
    [all...]
  /external/apache-harmony/support/src/test/java/tests/resources/subfolder/tests/resources/
hyts_resource_fr_FR.java 18 package tests.resources.subfolder.tests.resources;
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
rbtTemplate.txt 11 package com.ibm.text.resources;
  /frameworks/support/compat/jellybean-mr1/android/support/v4/content/res/
ConfigurationHelperJellybeanMr1.java 20 import android.content.res.Resources;
24 static int getDensityDpi(@NonNull Resources resources) {
25 return resources.getConfiguration().densityDpi;
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
InCallUIMaterialColorMapUtils.java 3 import android.content.res.Resources;
14 private final Resources mResources;
16 public InCallUIMaterialColorMapUtils(Resources resources) {
17 super(resources);
18 sPrimaryColors = resources.obtainTypedArray(R.array.background_colors);
19 sSecondaryColors = resources.obtainTypedArray(R.array.background_colors_dark);
20 mResources = resources;
47 * {@link Resources#getColor(int) used for compatibility
50 public static MaterialPalette getDefaultPrimaryAndSecondaryColors(Resources resources)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/
ConversationDrawables.java 19 import android.content.res.Resources;
27 * A singleton cache that holds tinted drawable resources for displaying messages, such as
74 final Resources resources = mContext.getResources(); local
76 mIncomingBubbleDrawable = resources.getDrawable(R.drawable.msg_bubble_incoming);
78 resources.getDrawable(R.drawable.message_bubble_incoming_no_arrow);
79 mIncomingErrorBubbleDrawable = resources.getDrawable(R.drawable.msg_bubble_error);
80 mOutgoingBubbleDrawable = resources.getDrawable(R.drawable.msg_bubble_outgoing);
82 resources.getDrawable(R.drawable.message_bubble_outgoing_no_arrow);
83 mAudioPlayButtonDrawable = resources.getDrawable(R.drawable.ic_audio_play)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/res/
ResourcesLocaleTest.java 35 final Resources resources = getContext().getResources(); local
36 try (InputStream is = resources.openRawResource(id)) {
37 File path = new File(getContext().getFilesDir(), resources.getResourceEntryName(id));
43 private Resources createResourcesWithApk(int rawApkId) throws Exception {
49 return new Resources(assets, dm, new Configuration());
52 private static void ensureNoLanguage(Resources resources, String language) {
53 final String[] supportedLocales = resources.getAssets().getNonSystemLocales();
66 final Resources resources = createResourcesWithApk(R.raw.locales) local
83 final Resources resources = createResourcesWithApk(R.raw.locales); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 17 package com.android.ide.eclipse.adt.internal.resources.manager;
20 import com.android.ide.common.resources.FrameworkResources;
21 import com.android.ide.common.resources.ResourceFile;
22 import com.android.ide.common.resources.ResourceFolder;
23 import com.android.ide.common.resources.ResourceRepository;
24 import com.android.ide.common.resources.ScanningContext;
27 import com.android.ide.eclipse.adt.internal.resources.ResourceHelper;
28 import com.android.ide.eclipse.adt.internal.resources.manager.GlobalProjectMonitor.IProjectListener;
29 import com.android.ide.eclipse.adt.internal.resources.manager.GlobalProjectMonitor.IRawDeltaListener;
35 import com.android.resources.ResourceFolderType
157 ProjectResources resources = mMap.get(project); local
228 ProjectResources resources; local
327 ProjectResources resources; local
461 ProjectResources resources = getProjectResources(project); local
476 ProjectResources resources = getProjectResources(project); local
493 FrameworkResources resources = new FrameworkResources(frameworkRes); local
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/
ResourceLoader.java 5 import android.content.res.Resources;
19 private final Resources resources; field in class:ResourceLoader
25 public ResourceLoader(Resources resources, ModelLoader<Uri, T> uriLoader) {
26 this.resources = resources;
33 + resources.getResourcePackageName(model) + '/'
34 + resources.getResourceTypeName(model) + '/'
35 + resources.getResourceEntryName(model))
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
UserInitializeReceiver.java 28 import android.content.res.Resources;
37 final Resources resources = context.getResources(); local
39 // com.android.launcher2; Resources needs the real package name,
40 // com.android.launcher. So we ask Resources for what it thinks the
42 final String packageName = resources.getResourcePackageName(R.array.wallpapers);
44 addWallpapers(resources, packageName, R.array.wallpapers, list);
45 addWallpapers(resources, packageName, R.array.extra_wallpapers, list);
60 private void addWallpapers(Resources resources, String packageName, int resid
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/assets/loaders/
SkinLoader.java 34 * {@link SkinParameter} also allows named resources to be set that will be added to the skin before loading the json file,
35 * meaning that they can be referenced from inside the json file itself. This is useful for dynamic resources such as a BitmapFont
59 ObjectMap<String, Object> resources = null; local
64 if (parameter.resources != null){
65 resources = parameter.resources;
70 if (resources != null) {
71 for (Entry<String, Object> entry : resources.entries()) {
81 public final ObjectMap<String, Object> resources; field in class:SkinLoader.SkinParameter
87 public SkinParameter(ObjectMap<String, Object> resources){
    [all...]
  /frameworks/av/services/mediaresourcemanager/test/
ResourceManagerService_test.cpp 119 const Vector<MediaResource> &resources) {
121 EXPECT_TRUE(isEqualResources(resources, info.resources));
254 Vector<MediaResource> resources; local
255 resources.push_back(MediaResource(MediaResource::kSecureCodec, 1));
256 resources.push_back(MediaResource(MediaResource::kGraphicMemory, 150));
265 EXPECT_FALSE(mService->reclaimResource(kLowPriorityPid, resources));
266 EXPECT_FALSE(mService->reclaimResource(kMidPriorityPid, resources));
269 EXPECT_TRUE(mService->reclaimResource(kHighPriorityPid, resources));
273 EXPECT_TRUE(mService->reclaimResource(kHighPriorityPid, resources));
356 Vector<MediaResource> resources; local
374 Vector<MediaResource> resources; local
429 Vector<MediaResource> resources; local
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
PhotoBitmapLoaderInterface.java 3 import android.content.res.Resources;
27 public Drawable getDrawable(Resources resources) {
28 if (resources == null) {
29 throw new IllegalArgumentException("resources can not be null!");
43 return new BitmapDrawable(resources, bitmap);
  /external/apache-harmony/support/src/test/resources/tests/resources/subfolder/tests/norootresources/
hyts_resource_en_US.java 18 package tests.resources.subfolder.tests.norootresources;
hyts_resource_en_US_VAR.java 18 package tests.resources.subfolder.tests.norootresources;
hyts_resource_fr.java 18 package tests.resources.subfolder.tests.norootresources;
hyts_resource_fr_FR.java 18 package tests.resources.subfolder.tests.norootresources;
hyts_resource_fr_FR_VAR.java 17 package tests.resources.subfolder.tests.norootresources;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/data/resources/
TestDataElements.java 8 package android.icu.dev.data.resources;
TestDataElements_en_Latn_US.java 8 package android.icu.dev.data.resources;
TestDataElements_en_US.java 8 package android.icu.dev.data.resources;
TestDataElements_fr_Latn_FR.java 9 package android.icu.dev.data.resources;
TestDataElements_te.java 8 package android.icu.dev.data.resources;

Completed in 2285 milliseconds

1 23 4 5 6 7 8 91011>>