Home
last modified time | relevance | path

Searched refs:loadResourceBagValueInternal (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager.java614 return loadResourceBagValueInternal(ident, bagEntryId, outValue, resolve, res); in loadResourceBagValue()
620 .loadResourceBagValueInternal(ident, bagEntryId, outValue, true, resTable); in getResourceBagValue()
628 private static int loadResourceBagValueInternal(int ident, int bagEntryId, TypedValue outValue, in loadResourceBagValueInternal() method in ShadowArscAssetManager