Searched defs:resid (Results 26 - 32 of 32) sorted by path

12

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java3362 static long[] getLongIntArray(Resources r, int resid) { argument
3363 int[] ar = r.getIntArray(resid);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java86 public void setTheme(int resid) { argument
H A DMockPackageManager.java249 public Drawable getDrawable(String packageName, int resid, ApplicationInfo appInfo) { argument
300 public CharSequence getText(String packageName, int resid, ApplicationInfo appInfo) { argument
305 public XmlResourceParser getXml(String packageName, int resid, argument
H A DMockResources.java204 public String getResourceName(int resid) throws NotFoundException { argument
209 public String getResourcePackageName(int resid) throws NotFoundException { argument
214 public String getResourceTypeName(int resid) throws NotFoundException { argument
219 public String getResourceEntryName(int resid) throws NotFoundException { argument
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java470 public String getResourceEntryName(int resid) throws NotFoundException { argument
475 public String getResourceName(int resid) throws NotFoundException { argument
480 public String getResourceTypeName(int resid) throws NotFoundException { argument
H A DResources_Theme_Delegate.java46 int resid, int[] attrs)
48 return RenderSessionImpl.getCurrentContext().obtainStyledAttributes(resid, attrs);
62 int resid, TypedValue outValue,
65 resid, outValue, resolveRefs);
44 obtainStyledAttributes( Resources thisResources, Theme thisTheme, int resid, int[] attrs) argument
60 resolveAttribute( Resources thisResources, Theme thisTheme, int resid, TypedValue outValue, boolean resolveRefs) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java247 public boolean resolveThemeAttribute(int resid, TypedValue outValue, boolean resolveRefs) { argument
248 Pair<ResourceType, String> resourceInfo = Bridge.resolveResourceId(resid);
250 resourceInfo = mProjectCallback.resolveResourceId(resid);
444 public final TypedArray obtainStyledAttributes(int resid, int[] attrs) argument
447 StyleResourceValue style = getStyleByDynamicId(resid);
460 map.put(resid, ta);
473 TypedArray ta = map.get(resid);
477 map.put(resid, ta);

Completed in 336 milliseconds

12