Searched refs:resources (Results 76 - 100 of 100) sorted by relevance

1234

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java28 import com.android.resources.ResourceType;
/frameworks/base/core/java/android/view/
H A DViewDebug.java859 * @param resources Resources to resolve attributes from.
866 private static String[] getStyleAttributesDump(Resources resources, Resources.Theme theme) { argument
874 data[i] = resources.getResourceName(attributeId);
881 data[i - 1] = resources.getResourceName(outValue.resourceId);
884 // ignore resources we can't resolve
1390 final Resources resources = context.getResources();
1393 fieldValue = resources.getResourceTypeName(id) + '/' +
1394 resources.getResourceEntryName(id);
H A DView.java3566 * access the current theme, resources, etc.
3612 * access the current theme, resources, etc.
3630 * access the current theme, resources, etc.
3663 * access the current theme, resources, etc.
4110 // defined and start / end padding are defined (e.g. in Frameworks resources), then we use
8780 * Called when the current configuration of the resources being used
8782 * to reload resources that can changed based on orientation and other
8841 * access the current theme, resources, etc.
9261 * enables the view to react to hover by using different drawable resources
9674 // If the view is invisible, cleanup its display list to free up resources
[all...]
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityServiceInfo.java433 * @param context Context for accessing resources.
467 Resources resources = packageManager.getResourcesForApplication(
469 TypedArray asAttributes = resources.obtainAttributes(allAttributes,
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java193 * is, this does not allow references to string resources, string
465 * associated with the resources this {@link TypedArray} object
975 /*package*/ TypedArray(Resources resources, int[] data, int[] indices, int len) { argument
976 mResources = resources;
/frameworks/base/services/core/java/com/android/server/
H A DAssetAtlasService.java128 * @param context The context giving access to preloaded resources
138 final Resources resources = context.getResources();
139 final LongSparseArray<Drawable.ConstantState> drawables = resources.getPreloadedDrawables();
169 * framework resources.
573 * likely changes to framework resources. The build identifier is made of
576 * build fingerprint/framework version name/file size of framework resources apk
H A DLocationManagerService.java428 Resources resources = mContext.getResources();
430 String[] pkgs = resources.getStringArray(
534 String[] testProviderStrings = resources.getStringArray(
H A DMountService.java1301 Resources resources = mContext.getResources();
1304 XmlResourceParser parser = resources.getXml(id);
1316 TypedArray a = resources.obtainAttributes(attrs,
/frameworks/ex/common/java/com/android/common/contacts/
H A DBaseEmailAddressAdapter.java390 Resources resources =
392 partition.directoryType = resources.getString(resourceId);
/frameworks/base/core/java/android/widget/
H A DSearchView.java1567 Resources resources = getResources();
1569 languageModel = resources.getString(searchable.getVoiceLanguageModeId());
1572 prompt = resources.getString(searchable.getVoicePromptTextId());
1575 language = resources.getString(searchable.getVoiceLanguageId());
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1494 Resources resources = getResources();
1496 languageModel = resources.getString(searchable.getVoiceLanguageModeId());
1499 prompt = resources.getString(searchable.getVoicePromptTextId());
1502 language = resources.getString(searchable.getVoiceLanguageId());
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java285 final Resources resources = mActivity.getResources();
296 mViewPager.setPageMargin(resources.getDimensionPixelSize(R.dimen.photo_page_margin));
319 resources.getInteger(R.integer.reenter_fullscreen_delay_time_in_millis);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java414 public static VectorDrawable create(Resources resources, int rid) { argument
416 final XmlPullParser parser = resources.getXml(rid);
428 drawable.inflate(resources, parser, attrs);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DActionBarLayout.java35 import com.android.resources.ResourceType;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java29 import com.android.resources.Density;
54 * Helper class to provide various conversion method used in handling android resources.
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java803 Resources resources = getContext().getResources();
813 extractorNames = resources.getStringArray(R.array.config_notificationSignalExtractors);
850 mDefaultNotificationColor = resources.getColor(
852 mDefaultNotificationLedOn = resources.getInteger(
854 mDefaultNotificationLedOff = resources.getInteger(
857 mDefaultVibrationPattern = getLongArray(resources,
862 mFallbackVibrationPattern = getLongArray(resources,
867 mUseAttentionLight = resources.getBoolean(R.bool.config_useAttentionLight);
905 mArchive = new Archive(resources.getInteger(
/frameworks/opt/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java652 final Resources resources =
654 params.directoryType = resources.getString(resourceId);
/frameworks/base/core/java/android/app/
H A DContextImpl.java2254 Resources resources = packageInfo.getResources(mainThread);
2255 if (resources != null) {
2260 != resources.getCompatibilityInfo().applicationScale)) {
2261 resources = mResourcesManager.getTopLevelResources(packageInfo.getResDir(),
2267 mResources = resources;
/frameworks/base/core/java/android/content/
H A DIntent.java1795 * whose resources(were previously unavailable) are currently available.
1797 * packages whose resources(were previously unavailable)
1820 * whose resources are no longer available.
1822 * whose resources are no longer available.
7249 * @param resources The Resources to use when inflating resources.
7257 public static Intent parseIntent(Resources resources, XmlPullParser parser, AttributeSet attrs) argument
7261 TypedArray sa = resources.obtainAttributes(attrs,
7288 sa = resources.obtainAttributes(attrs,
7302 resources
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java29 import com.android.resources.ResourceType;
87 * by methods who get global resources using {@link Resources#getSystem()}.
89 * They will end up using our bridge resources.
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java22 import com.android.resources.Density;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java33 import com.android.resources.ResourceType;
90 * Same as sRMap except for int[] instead of int resources. This is for android.R only.
100 // framework resources are defined as 0x01XX#### where XX is the resource type (layout,
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs117 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/resources/index.html">
121 <li><a href="<?cs var:toroot ?>guide/topics/resources/overview.html">
124 <li><a href="<?cs var:toroot ?>guide/topics/resources/providing-resources.html">
127 <li><a href="<?cs var:toroot ?>guide/topics/resources/accessing-resources.html">
130 <li><a href="<?cs var:toroot ?>guide/topics/resources/runtime-changes.html">
133 <li><a href="<?cs var:toroot ?>guide/topics/resources/localization.html">
137 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/topics/resources/available-resources
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java32 import com.android.resources.ResourceType;
92 * Custom implementation of Context/Activity to handle non compiled resources.
128 * @param renderResources the configured resources (both framework and projects) for this
623 // look for the style in all resources:
/frameworks/testing/espresso/libs/
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 780 milliseconds

1234