Home
last modified time | relevance | path

Searched refs:xmlParserToken (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager.java688 int xmlParserToken, int[] attrs, int[] outValues, int[] outIndices) { in applyStyle() argument
689 applyStyle((long)themeToken, defStyleAttr, defStyleRes, (long)xmlParserToken, attrs, in applyStyle()
695 long xmlParserToken, int[] inAttrs, int length, long outValuesAddress, in applyStyle() argument
700 applyStyle(themeToken, defStyleAttr, defStyleRes, xmlParserToken, inAttrs, in applyStyle()
706 long xmlParserToken, int[] attrs, int[] outValues, int[] outIndices) { in applyStyle() argument
708 ResXMLParser xmlParser = xmlParserToken == 0 in applyStyle()
710 : Registries.NATIVE_RES_XML_PARSERS.getNativeObject(xmlParserToken); in applyStyle()
776 int xmlParserToken, int[] attrs, int[] outValues, int[] outIndices) { in retrieveAttributes() argument
777 return retrieveAttributes((long)xmlParserToken, attrs, outValues, outIndices); in retrieveAttributes()
782 long xmlParserToken, int[] attrs, int[] outValues, int[] outIndices) { in retrieveAttributes() argument
[all …]
DShadowLegacyAssetManager.java951 int xmlParserToken, int[] attrs, int[] outValues, int[] outIndices) { in applyStyle() argument
952 return applyStyle((long)themeToken, defStyleAttr, defStyleRes, (long)xmlParserToken, attrs, in applyStyle()
958 long xmlParserToken, int[] inAttrs, int length, long outValuesAddress, in applyStyle() argument
963 applyStyle(themeToken, defStyleAttr, defStyleRes, xmlParserToken, inAttrs, in applyStyle()
974 long xmlParserToken, int[] attrs, int[] outValues, int[] outIndices) { in applyStyle() argument
989 int xmlParserToken, int[] attrs, int[] outValues, int[] outIndices) { in retrieveAttributes() argument
990 return retrieveAttributes((long)xmlParserToken, attrs, outValues, outIndices); in retrieveAttributes()
994 protected boolean retrieveAttributes(long xmlParserToken, int[] attrs, int[] outValues, in retrieveAttributes() argument