Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager.java607 protected final int loadResourceBagValue(int ident, int bagEntryId, TypedValue outValue, in loadResourceBagValue() argument
614 return loadResourceBagValueInternal(ident, bagEntryId, outValue, resolve, res); in loadResourceBagValue()
617 public static String getResourceBagValue(int ident, int bagEntryId, ResTable resTable) { in getResourceBagValue() argument
620 .loadResourceBagValueInternal(ident, bagEntryId, outValue, true, resTable); in getResourceBagValue()
628 private static int loadResourceBagValueInternal(int ident, int bagEntryId, TypedValue outValue, in loadResourceBagValueInternal() argument
642 if (bagEntryId == entry.map.name.ident) { in loadResourceBagValueInternal()
DShadowLegacyAssetManager.java294 public CharSequence getResourceBagText(int ident, int bagEntryId) { in getResourceBagText() argument
1346 …protected int loadResourceBagValue(int ident, int bagEntryId, TypedValue outValue, boolean resolve… in loadResourceBagValue() argument