Home
last modified time | relevance | path

Searched defs:resolveRefs (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyAssetManager.java139 …ll(AttributeResource attribute, TypedValue outValue, ResTable_config config, boolean resolveRefs) { in convertAndFill()
321 …public boolean getResourceValue(int ident, int density, TypedValue outValue, boolean resolveRefs) { in getResourceValue()
352 public boolean getThemeValue(int themePtr, int ident, TypedValue outValue, boolean resolveRefs) { in getThemeValue()
357 public boolean getThemeValue(long themePtr, int ident, TypedValue outValue, boolean resolveRefs) { in getThemeValue()
1029 private TypedResource getAndResolve(int resId, ResTable_config config, boolean resolveRefs) { in getAndResolve()