Searched defs:getResources (Results 26 - 41 of 41) sorted by relevance

12

/frameworks/base/core/java/android/app/
H A DContextImpl.java202 return getResources().getAssets();
206 public Resources getResources() { method in class:ContextImpl
2038 Resources resources = packageInfo.getResources(mainThread);
2048 resources = mResourcesManager.getResources(
H A DLoadedApk.java684 @Override public Enumeration<URL> getResources(String resName) throws IOException { method in class:LoadedApk.WarningContextClassLoader
685 warn("getResources");
686 return getParent().getResources(resName);
761 return getResources(mainThread).getAssets();
764 public Resources getResources(ActivityThread mainThread) { method in class:LoadedApk
H A DFragment.java810 * Return <code>getActivity().getResources()</code>.
812 final public Resources getResources() { method in class:Fragment
816 return mHost.getContext().getResources();
826 return getResources().getText(resId);
836 return getResources().getString(resId);
849 return getResources().getString(resId, formatArgs);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java85 public Resources getResources() { method in class:ContextWrapper
86 return mBase.getResources();
H A DContext.java367 * returned by {@link #getResources()}. For example, they should share the
371 * @see #getResources()
386 public abstract Resources getResources(); method in class:Context
463 return getResources().getText(resId);
476 return getResources().getString(resId);
492 return getResources().getString(resId, formatArgs);
508 return getResources().getColor(id, getTheme());
525 return getResources().getDrawable(id, getTheme());
542 return getResources().getColorStateList(id, getTheme());
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp816 const ResTable& AssetManager::getResources(bool required) const function in class:AssetManager
/frameworks/base/tools/aapt/
H A DAaptAssets.h575 inline KeyedVector<String8, sp<ResourceTypeSet> >* getResources() { return mRes; } function in class:AaptAssets
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java496 public Resources getResources() { method in class:BridgeContext
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java82 public Resources getResources(); method in interface:PhotoViewController.ActivityInterface
312 final Resources resources = mActivity.getResources();
845 mActionBarSubtitle = mActivity.getResources().getString(
861 announcement = mActivity.getContext().getResources().getString(
1274 Drawable drawable = result.getDrawable(mActivity.getResources());
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java149 public Resources getResources() { method in class:BaseShortcutManagerTest.BaseContext
150 return getTestContext().getResources();
1065 return getTestContext().getResources().getXml(resId);
1907 getTestContext().getResources().getAssets().open(assetPath)))) {
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragment.java647 * Return <code>getActivity().getResources()</code>.
649 final public Resources getResources() { method in class:Fragment
653 return mHost.getContext().getResources();
663 return getResources().getText(resId);
673 return getResources().getString(resId);
686 return getResources().getString(resId, formatArgs);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java1663 Resources getResources() { method in class:MediaRouter.ProviderInfo
1668 mResources = context.getResources();
/frameworks/base/core/java/android/view/
H A DView.java4012 mResources = context != null ? context.getResources() : null;
4574 context.getResources(), resourceId));
4756 + mHostView.getContext().getResources().getResourceEntryName(id) + "'";
4793 final Resources res = t.getResources();
6700 final Resources res = getResources();
6882 String viewId = getResources().getResourceName(mID);
9823 mContext.getResources().getConfiguration().locale);
9833 mContext.getResources().getConfiguration().locale);
11969 * float scale = context.getResources().getDisplayMetrics().density;
16406 bitmap.setDensity(getResources()
17788 public Resources getResources() { method in class:View
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/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 620 milliseconds

12