Lines Matching defs:resid

944          * specified by <var>resid</var> will be retrieved from this Theme's
953 * @param resid The resource ID of a style resource from which to
959 public void applyStyle(int resid, boolean force) {
960 AssetManager.applyThemeStyle(mTheme, resid, force);
1006 * resource <var>resid</var> which are listed in <var>attrs</var>.
1011 * @param resid The desired style resource.
1024 public TypedArray obtainStyledAttributes(int resid, int[] attrs)
1030 AssetManager.applyStyle(mTheme, 0, resid, 0, attrs,
1164 * @param resid The resource identifier of the desired theme
1176 public boolean resolveAttribute(int resid, TypedValue outValue,
1178 boolean got = mAssets.getThemeValue(mTheme, resid, outValue, resolveRefs);
1181 "resolveAttribute #" + Integer.toHexString(resid)
1429 * @param resid The resource identifier whose name is to be retrieved.
1439 public String getResourceName(int resid) throws NotFoundException {
1440 String str = mAssets.getResourceName(resid);
1443 + Integer.toHexString(resid));
1449 * @param resid The resource identifier whose package name is to be
1458 public String getResourcePackageName(int resid) throws NotFoundException {
1459 String str = mAssets.getResourcePackageName(resid);
1462 + Integer.toHexString(resid));
1468 * @param resid The resource identifier whose type name is to be
1477 public String getResourceTypeName(int resid) throws NotFoundException {
1478 String str = mAssets.getResourceTypeName(resid);
1481 + Integer.toHexString(resid));
1487 * @param resid The resource identifier whose entry name is to be
1496 public String getResourceEntryName(int resid) throws NotFoundException {
1497 String str = mAssets.getResourceEntryName(resid);
1500 + Integer.toHexString(resid));