Home
last modified time | relevance | path

Searched defs:resid (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
DContextThemeWrapper.java48 public void setTheme(int resid) { in setTheme()
95 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
/frameworks/base/test-runner/src/android/test/mock/
DMockResources.java204 public String getResourceName(int resid) throws NotFoundException { in getResourceName()
209 public String getResourcePackageName(int resid) throws NotFoundException { in getResourcePackageName()
214 public String getResourceTypeName(int resid) throws NotFoundException { in getResourceTypeName()
219 public String getResourceEntryName(int resid) throws NotFoundException { in getResourceEntryName()
DMockPackageManager.java380 public Drawable getDrawable(String packageName, int resid, ApplicationInfo appInfo) { in getDrawable()
475 public CharSequence getText(String packageName, int resid, ApplicationInfo appInfo) { in getText()
480 public XmlResourceParser getXml(String packageName, int resid, in getXml()
/frameworks/base/core/java/android/view/
DContextThemeWrapper.java91 public void setTheme(int resid) { in setTheme()
137 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Theme_Delegate.java68 int resid, int[] attrs) in obtainStyledAttributes()
93 int resid, TypedValue outValue, in resolveAttribute()
DBridgeResources.java617 public String getResourceEntryName(int resid) throws NotFoundException { in getResourceEntryName()
622 public String getResourceName(int resid) throws NotFoundException { in getResourceName()
627 public String getResourceTypeName(int resid) throws NotFoundException { in getResourceTypeName()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DResourcesWrapper.java251 public String getResourceName(int resid) throws NotFoundException { in getResourceName()
256 public String getResourcePackageName(int resid) throws NotFoundException { in getResourcePackageName()
261 public String getResourceTypeName(int resid) throws NotFoundException { in getResourceTypeName()
266 public String getResourceEntryName(int resid) throws NotFoundException { in getResourceEntryName()
/frameworks/base/core/java/com/google/android/util/
DSmileyParser.java71 int resid = mRes.getSmileyRes(token.getRawText()); in getSpannableString() local
/frameworks/base/core/java/android/widget/
DImageSwitcher.java36 public void setImageResource(@DrawableRes int resid) in setImageResource()
/frameworks/base/services/core/java/com/android/server/am/
DAppNotRespondingDialog.java50 int resid; in AppNotRespondingDialog() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAnimatedImageView.java75 public void setImageResource(int resid) { in setImageResource()
/frameworks/base/core/java/android/content/res/
DResources.java1510 public TypedArray obtainStyledAttributes(@StyleRes int resid, @StyleableRes int[] attrs) in obtainStyledAttributes()
1688 public boolean resolveAttribute(int resid, TypedValue outValue, boolean resolveRefs) { in resolveAttribute()
2214 public static boolean resourceHasPackage(@AnyRes int resid) { in resourceHasPackage()
2232 public String getResourceName(@AnyRes int resid) throws NotFoundException { in getResourceName()
2251 public String getResourcePackageName(@AnyRes int resid) throws NotFoundException { in getResourcePackageName()
2270 public String getResourceTypeName(@AnyRes int resid) throws NotFoundException { in getResourceTypeName()
2289 public String getResourceEntryName(@AnyRes int resid) throws NotFoundException { in getResourceEntryName()
DAssetManager.java712 /*package*/ native final String getResourceName(int resid); in getResourceName()
713 /*package*/ native final String getResourcePackageName(int resid); in getResourcePackageName()
714 /*package*/ native final String getResourceTypeName(int resid); in getResourceTypeName()
715 /*package*/ native final String getResourceEntryName(int resid); in getResourceEntryName()
DTypedArray.java812 final int resid = data[index+AssetManager.STYLE_RESOURCE_ID]; in getResourceId() local
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java2731 private void loadStringSetting(SQLiteStatement stmt, String key, int resid) { in loadStringSetting()
2735 private void loadBooleanSetting(SQLiteStatement stmt, String key, int resid) { in loadBooleanSetting()
2740 private void loadIntegerSetting(SQLiteStatement stmt, String key, int resid) { in loadIntegerSetting()
2745 private void loadFractionSetting(SQLiteStatement stmt, String key, int resid, int base) { in loadFractionSetting()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp695 jint resid) in android_content_AssetManager_getResourceName()
738 jint resid) in android_content_AssetManager_getResourcePackageName()
758 jint resid) in android_content_AssetManager_getResourceTypeName()
782 jint resid) in android_content_AssetManager_getResourceEntryName()
1188 uint32_t resid = 0; in android_content_AssetManager_resolveAttrs() local
1437 uint32_t resid = 0; in android_content_AssetManager_applyStyle() local
1611 uint32_t resid = 0; in android_content_AssetManager_retrieveAttributes() local
1725 uint32_t resid = 0; in android_content_AssetManager_retrieveArray() local
/frameworks/base/core/java/android/content/pm/
DPackageItemInfo.java277 int resid = metaData.getInt(name); in loadXmlMetaData() local
/frameworks/base/core/java/android/app/
DDatePickerDialog.java85 static int resolveDialogTheme(Context context, int resid) { in resolveDialogTheme()
DWallpaperManager.java725 public void setResource(@RawRes int resid) throws IOException { in setResource()
843 public boolean hasResourceWallpaper(@RawRes int resid) { in hasResourceWallpaper()
/frameworks/base/services/tests/servicestests/src/com/android/server/search/
DSearchablesTest.java375 public XmlResourceParser getXml(String packageName, int resid, ApplicationInfo appInfo) { in getXml()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePackageManager.java351 public Drawable getDrawable(String packageName, int resid, ApplicationInfo appInfo) { in getDrawable()
442 public CharSequence getText(String packageName, int resid, ApplicationInfo appInfo) { in getText()
447 public XmlResourceParser getXml(String packageName, int resid, ApplicationInfo appInfo) { in getXml()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplV7.java1978 public void setBackgroundResource(int resid) { in setBackgroundResource()
1979 setBackgroundDrawable(TintManager.getDrawable(getContext(), resid)); in setBackgroundResource() local
DAlertDialog.java103 static int resolveDialogTheme(Context context, int resid) { in resolveDialogTheme()
/frameworks/base/include/androidfw/
DResourceTypes.h238 #define Res_VALIDID(resid) (resid != 0) argument
239 #define Res_CHECKID(resid) ((resid&0xFFFF0000) != 0) argument
246 #define Res_INTERNALID(resid) ((resid&0xFFFF0000) != 0 && (resid&0xFF0000) == 0) argument
/frameworks/base/core/java/android/content/
DContext.java486 public abstract void setTheme(@StyleRes int resid); in setTheme()
518 public final TypedArray obtainStyledAttributes( in obtainStyledAttributes()

12