Searched refs:in_out_value (Results 1 – 1 of 1) sorted by relevance
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | CppAssetManager2.java | 901 public ApkAssetsCookie ResolveReference(ApkAssetsCookie cookie, Ref<Res_value> in_out_value, in ResolveReference() argument 907 for (int iteration = 0; in_out_value.get().dataType == Res_value.TYPE_REFERENCE && in ResolveReference() 908 in_out_value.get().data != 0 && iteration < kMaxIterations; in ResolveReference() 910 out_last_reference.set(in_out_value.get().data); in ResolveReference() 912 … cookie = GetResource(in_out_value.get().data, true /*may_be_bag*/, (short) 0 /*density_override*/, in ResolveReference() 913 in_out_value, in_out_selected_config, new_flags); in ResolveReference() 920 if (out_last_reference.get() == in_out_value.get().data) { in ResolveReference() 1575 ApkAssetsCookie ResolveAttributeReference(ApkAssetsCookie cookie, Ref<Res_value> in_out_value, in ResolveAttributeReference() argument 1579 if (in_out_value.get().dataType == Res_value.TYPE_ATTRIBUTE) { in ResolveAttributeReference() 1581 cookie = GetAttribute(in_out_value.get().data, in_out_value, new_flags); in ResolveAttributeReference() [all …]
|