Home
last modified time | relevance | path

Searched refs: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() argument
172 if (!resolveRefs) { in convertAndFill()
196 if (resolveRefs) { in convertAndFill()
321 …public boolean getResourceValue(int ident, int density, TypedValue outValue, boolean resolveRefs) { in getResourceValue() argument
322 TypedResource value = getAndResolve(ident, config, resolveRefs); in getResourceValue()
352 public boolean getThemeValue(int themePtr, int ident, TypedValue outValue, boolean resolveRefs) { in getThemeValue() argument
353 return getThemeValue((long) themePtr, ident, outValue, resolveRefs); in getThemeValue()
357 public boolean getThemeValue(long themePtr, int ident, TypedValue outValue, boolean resolveRefs) { in getThemeValue() argument
371 convertAndFill(attrValue, outValue, config, resolveRefs); in getThemeValue()
1029 private TypedResource getAndResolve(int resId, ResTable_config config, boolean resolveRefs) { in getAndResolve() argument
[all …]