Searched defs:bagEntryId (Results 1 – 2 of 2) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscAssetManager.java | 607 protected final int loadResourceBagValue(int ident, int bagEntryId, TypedValue outValue, in loadResourceBagValue() 617 public static String getResourceBagValue(int ident, int bagEntryId, ResTable resTable) { in getResourceBagValue() 628 private static int loadResourceBagValueInternal(int ident, int bagEntryId, TypedValue outValue, in loadResourceBagValueInternal()
|
D | ShadowLegacyAssetManager.java | 294 public CharSequence getResourceBagText(int ident, int bagEntryId) { in getResourceBagText() 1346 …protected int loadResourceBagValue(int ident, int bagEntryId, TypedValue outValue, boolean resolve… in loadResourceBagValue()
|