Home
last modified time | relevance | path

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

/aosp12/frameworks/base/native/android/
H A Dsystem_fonts.cpp101 XmlDocUniquePtr mCustomizationXmlDoc; member
278 ite->mCustomizationXmlDoc.reset( in ASystemFontIterator_open()
398 if (ite->mCustomizationXmlDoc) { in ASystemFontIterator_next()
400 if (!findNextFontNode(ite->mCustomizationXmlDoc, &ite->state)) { in ASystemFontIterator_next()
402 ite->mCustomizationXmlDoc.reset(); in ASystemFontIterator_next()
406 copyFont(ite->mCustomizationXmlDoc, ite->state, font.get(), "/product/fonts/"); in ASystemFontIterator_next()