Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager2.java1438 final int attr_resid = bag_iter == null ? 0 : bag_iter.key; in ApplyStyle() local
1442 if (!is_valid_resid(attr_resid)) { in ApplyStyle()
1450 int package_idx = get_package_id(attr_resid); in ApplyStyle()
1451 int type_idx = get_type_id(attr_resid); in ApplyStyle()
1452 int entry_idx = get_entry_id(attr_resid); in ApplyStyle()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager10.java916 int attr_resid = bag.entries[i].key; in nativeGetStyleAttributes() local
918 array[i] = attr_resid; in nativeGetStyleAttributes()
DShadowArscAssetManager9.java912 int attr_resid = bag.entries[i].key; in nativeGetStyleAttributes() local
914 array[i] = attr_resid; in nativeGetStyleAttributes()