Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java562 final int styleAttributeId = nativeGetStyleAttribute(mParseState); in getStyleAttribute() local
563 if (styleAttributeId == ERROR_NULL_DOCUMENT) { in getStyleAttribute()
566 return styleAttributeId; in getStyleAttribute()