Searched refs:resources (Results 151 - 173 of 173) sorted by relevance

1234567

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java312 final Resources resources = mActivity.getResources();
323 mViewPager.setPageMargin(resources.getDimensionPixelSize(R.dimen.photo_page_margin));
348 resources.getInteger(R.integer.reenter_fullscreen_delay_time_in_millis);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java33 import com.android.resources.ResourceType;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1662 Resources resources = getResources();
1664 languageModel = resources.getString(searchable.getVoiceLanguageModeId());
1667 prompt = resources.getString(searchable.getVoicePromptTextId());
1670 language = resources.getString(searchable.getVoiceLanguageId());
H A DAppCompatDrawableManager.java415 @NonNull VectorEnabledTintResources resources, @DrawableRes final int resId) {
418 drawable = resources.superGetDrawable(resId);
414 onDrawableLoadedFromResources(@onNull Context context, @NonNull VectorEnabledTintResources resources, @DrawableRes final int resId) argument
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java908 Resources resources = getContext().getResources();
927 extractorNames = resources.getStringArray(R.array.config_notificationSignalExtractors);
984 mDefaultNotificationColor = resources.getColor(
986 mDefaultNotificationLedOn = resources.getInteger(
988 mDefaultNotificationLedOff = resources.getInteger(
991 mDefaultVibrationPattern = getLongArray(resources,
996 mFallbackVibrationPattern = getLongArray(resources,
1001 mUseAttentionLight = resources.getBoolean(R.bool.config_useAttentionLight);
1052 mArchive = new Archive(resources.getInteger(
H A DZenModeHelper.java801 private ZenModeConfig readDefaultConfig(Resources resources) { argument
804 parser = resources.getXml(R.xml.default_zen_mode_config);
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java218 * is, this does not allow references to string resources, string
580 * associated with the resources this {@link TypedArray} object
1220 /*package*/ TypedArray(Resources resources, int[] data, int[] indices, int len) { argument
1221 mResources = resources;
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDatabase.java115 Cursor queryRoots(Resources resources, String[] columnNames) { argument
193 resources.getString(
/frameworks/opt/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java733 final Resources resources =
735 params.directoryType = resources.getString(resourceId);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java252 * @param res resources of the context in which the drawable will be
542 public static VectorDrawable create(Resources resources, int rid) { argument
544 final XmlPullParser parser = resources.getXml(rid);
556 drawable.inflate(resources, parser, attrs);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java465 final Resources resources = recyclerView.getResources();
466 mSwipeEscapeVelocity = resources
468 mMaxSwipeVelocity = resources
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java32 import com.android.resources.ResourceType;
96 * Same as sRMap except for int[] instead of int resources. This is for android.R only.
106 // framework resources are defined as 0x01XX#### where XX is the resource type (layout,
328 // R.attr doesn't contain all the needed values. There are too many resources in the
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java478 Resources resources = mContext.getResources();
480 String[] pkgs = resources.getStringArray(
587 String[] testProviderStrings = resources.getStringArray(
/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
H A DBindingExpressionParser.java34 "arguments", "classOrInterfaceType", "primitiveType", "resources", "resourceParameters"
319 public ResourcesContext resources() { method in class:BindingExpressionParser.ResourceContext
790 resources();
1942 public final ResourcesContext resources() throws RecognitionException { method in class:BindingExpressionParser
/frameworks/base/core/java/android/content/
H A DIntent.java2184 * whose resources(were previously unavailable) are currently available.
2186 * packages whose resources(were previously unavailable)
2209 * whose resources are no longer available.
2211 * whose resources are no longer available.
8717 * @param resources The Resources to use when inflating resources.
8725 public static Intent parseIntent(Resources resources, XmlPullParser parser, AttributeSet attrs) argument
8729 TypedArray sa = resources.obtainAttributes(attrs,
8756 sa = resources.obtainAttributes(attrs,
8770 resources
[all...]
/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">
136 <li><a href="<?cs var:toroot ?>guide/topics/resources/complex-xml-resources
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.h122 * Returns the queue of resources that need to be compiled.
123 * This is only used for resources that have been generated
127 * resources.
572 void getDensityVaryingResources(KeyedVector<Symbol, Vector<SymbolDefinition> >& resources);
628 // set of string resources names that have a default localization
H A DResourceTable.cpp783 const String16 resources16("resources");
884 // We should skip resources for pseudolocales if they were
886 // manually pseudolocalized resources may be expected.
1989 // First look for this in the included resources...
2015 // First look for this in the included resources...
2108 // First look for this in the included resources...
2147 // Increment the number of resources we have. This is used to determine if we should
2199 // First look for this in the included resources...
3371 " resources that were generated from the source data. -->\n"
3373 "<resources>\
4845 getDensityVaryingResources( KeyedVector<Symbol, Vector<SymbolDefinition> >& resources) argument
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1535 Resources resources = context.getResources();
1536 minHorizontal = resources.getInteger(
1538 maxHorizontal = resources.getInteger(
1540 minVertical = resources.getInteger(
1542 maxVertical = resources.getInteger(
1544 maxRadius = resources.getInteger(
2663 // failure loading resources because we are loading from an app
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java49 import com.android.resources.ResourceType;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java33 import com.android.resources.ResourceType;
109 * Custom implementation of Context/Activity to handle non compiled resources.
182 * @param renderResources the configured resources (both framework and projects) for this
776 // look for the style in all resources:
/frameworks/base/core/java/android/view/
H A DView.java3986 * access the current theme, resources, etc.
4055 * access the current theme, resources, etc.
4073 * access the current theme, resources, etc.
4106 * access the current theme, resources, etc.
4592 // defined and start / end padding are defined (e.g. in Frameworks resources), then we use
10418 * Called when the current configuration of the resources being used
10420 * to reload resources that can changed based on orientation and other
10479 * access the current theme, resources, etc.
10909 * enables the view to react to hover by using different drawable resources
11435 // If the view is invisible, cleanup its display list to free up resources
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2768 milliseconds

1234567