Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/view/
DContextThemeWrapper.java83 @Override public void setTheme(int resid) { in setTheme()
127 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.java334 public Drawable getDrawable(String packageName, int resid, ApplicationInfo appInfo) { in getDrawable()
429 public CharSequence getText(String packageName, int resid, ApplicationInfo appInfo) { in getText()
434 public XmlResourceParser getXml(String packageName, int resid, in getXml()
/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()
DTintCheckBox.java56 public void setButtonDrawable(int resid) { in setButtonDrawable()
DTintButton.java59 public void setBackgroundResource(int resid) { in setBackgroundResource()
DTintCheckedTextView.java57 public void setCheckMarkDrawable(int resid) { in setCheckMarkDrawable()
DTintRadioButton.java57 public void setButtonDrawable(int resid) { in setButtonDrawable()
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Theme_Delegate.java67 int resid, int[] attrs) in obtainStyledAttributes()
92 int resid, TypedValue outValue, in resolveAttribute()
DBridgeResources.java474 public String getResourceEntryName(int resid) throws NotFoundException { in getResourceEntryName()
479 public String getResourceName(int resid) throws NotFoundException { in getResourceName()
484 public String getResourceTypeName(int resid) throws NotFoundException { in getResourceTypeName()
/frameworks/base/core/java/com/google/android/util/
DSmileyParser.java71 int resid = mRes.getSmileyRes(token.getRawText()); in getSpannableString() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAnimatedImageView.java63 public void setImageResource(int resid) { in setImageResource()
/frameworks/base/core/java/android/widget/
DImageSwitcher.java38 public void setImageResource(int resid) in setImageResource()
DCheckedTextView.java144 public void setCheckMarkDrawable(int resid) { in setCheckMarkDrawable()
DCompoundButton.java206 public void setButtonDrawable(int resid) { in setButtonDrawable()
/frameworks/base/services/core/java/com/android/server/am/
DAppNotRespondingDialog.java50 int resid; in AppNotRespondingDialog() local
/frameworks/base/core/java/android/content/res/
DResources.java1425 public TypedArray obtainStyledAttributes(int resid, int[] attrs) throws NotFoundException { in obtainStyledAttributes()
1602 public boolean resolveAttribute(int resid, TypedValue outValue, boolean resolveRefs) { in resolveAttribute()
2049 public static boolean resourceHasPackage(int resid) { in resourceHasPackage()
2067 public String getResourceName(int resid) throws NotFoundException { in getResourceName()
2086 public String getResourcePackageName(int resid) throws NotFoundException { in getResourcePackageName()
2105 public String getResourceTypeName(int resid) throws NotFoundException { in getResourceTypeName()
2124 public String getResourceEntryName(int resid) throws NotFoundException { in getResourceEntryName()
DAssetManager.java698 /*package*/ native final String getResourceName(int resid); in getResourceName()
699 /*package*/ native final String getResourcePackageName(int resid); in getResourcePackageName()
700 /*package*/ native final String getResourceTypeName(int resid); in getResourceTypeName()
701 /*package*/ native final String getResourceEntryName(int resid); in getResourceEntryName()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java2658 private void loadStringSetting(SQLiteStatement stmt, String key, int resid) { in loadStringSetting()
2662 private void loadBooleanSetting(SQLiteStatement stmt, String key, int resid) { in loadBooleanSetting()
2667 private void loadIntegerSetting(SQLiteStatement stmt, String key, int resid) { in loadIntegerSetting()
2672 private void loadFractionSetting(SQLiteStatement stmt, String key, int resid, int base) { in loadFractionSetting()
/frameworks/base/core/java/android/app/
DTimePickerDialog.java80 static int resolveDialogTheme(Context context, int resid) { in resolveDialogTheme()
DDatePickerDialog.java85 static int resolveDialogTheme(Context context, int resid) { in resolveDialogTheme()
DWallpaperManager.java710 public void setResource(int resid) throws IOException { in setResource()
826 public boolean hasResourceWallpaper(int resid) { in hasResourceWallpaper()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp677 jint resid) in android_content_AssetManager_getResourceName()
720 jint resid) in android_content_AssetManager_getResourcePackageName()
740 jint resid) in android_content_AssetManager_getResourceTypeName()
764 jint resid) in android_content_AssetManager_getResourceEntryName()
1147 uint32_t resid = 0; in android_content_AssetManager_resolveAttrs() local
1381 uint32_t resid = 0; in android_content_AssetManager_applyStyle() local
1546 uint32_t resid = 0; in android_content_AssetManager_retrieveAttributes() local
1660 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/services/tests/servicestests/src/com/android/server/search/
DSearchablesTest.java375 public XmlResourceParser getXml(String packageName, int resid, ApplicationInfo appInfo) { in getXml()

12