Searched refs:xml_parser_ptr (Results 1 – 2 of 2) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscAssetManager10.java | 1328 @StyleRes int def_style_resid, long xml_parser_ptr, @NonNull int[] java_attrs, in nativeApplyStyle() argument 1336 xml_parser_ptr == 0 ? null : NATIVE_RES_XML_PARSERS.getNativeObject(xml_parser_ptr); in nativeApplyStyle() 1437 protected static boolean nativeRetrieveAttributes(long ptr, long xml_parser_ptr, in nativeRetrieveAttributes() argument 1472 ResXMLParser xml_parser = NATIVE_RES_XML_PARSERS.getNativeObject(xml_parser_ptr); in nativeRetrieveAttributes()
|
D | ShadowArscAssetManager9.java | 1324 @StyleRes int def_style_resid, long xml_parser_ptr, @NonNull int[] java_attrs, in nativeApplyStyle() argument 1332 xml_parser_ptr == 0 ? null : NATIVE_RES_XML_PARSERS.getNativeObject(xml_parser_ptr); in nativeApplyStyle() 1433 protected static boolean nativeRetrieveAttributes(long ptr, long xml_parser_ptr, in nativeRetrieveAttributes() argument 1468 ResXMLParser xml_parser = NATIVE_RES_XML_PARSERS.getNativeObject(xml_parser_ptr); in nativeRetrieveAttributes()
|