Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager.java529 final Ref<Integer> typeSpecFlags = new Ref<>(null); in loadResourceValue() local
530 int block = res.getResource(ident, value, false, density, typeSpecFlags, config); in loadResourceValue()
539 block = res.resolveReference(value, block, ref, typeSpecFlags, config); in loadResourceValue()
549 return copyValue(outValue, res, value.get(), ref.get(), block, typeSpecFlags.get(), in loadResourceValue()
557 int typeSpecFlags) { in copyValue() argument
558 return copyValue(outValue, table, value, ref, block, typeSpecFlags, null); in copyValue()
562 int typeSpecFlags, ResTable_config config) { in copyValue() argument
568 outValue.changingConfigurations = typeSpecFlags; in copyValue()
583 final Ref<Integer> typeSpecFlags = new Ref<>(0); in getResourceBagValues() local
584 int entryCount = res.getBagLocked(ident, entryRef, typeSpecFlags); in getResourceBagValues()
[all …]
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTableTheme.java114 outTypeSpecFlags.set(outTypeSpecFlags.get() | te.typeSpecFlags); in GetAttribute()
266 curEntry.typeSpecFlags |= bagTypeSpecFlags.get(); in applyStyle()
364 int typeSpecFlags; field in ResTableTheme.theme_entry
373 typeSpecFlags = src.typeSpecFlags; in theme_entry()
DResTable.java572 if (typeSpec.typeSpecFlags != null) {
573 specFlags |= dtohl(typeSpec.typeSpecFlags[realEntryIndex]);
919 t.typeSpecFlags = typeSpec.getSpecFlags();
2644 public int[] typeSpecFlags; field in ResTable.Type
2656 this.typeSpecFlags = null; in Type()
2851 set.typeSpecFlags = parentTypeSpecFlags.get(); in getBagLocked()
2856 set.typeSpecFlags = 0; in getBagLocked()
2859 set.typeSpecFlags |= entry.specFlags; in getBagLocked()
2983 outTypeSpecFlags.set(set.typeSpecFlags); in getBagLocked()
3001 int typeSpecFlags; field in ResTable.bag_set