Home
last modified time | relevance | path

Searched defs:StyledString (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/
H A DResourceValues.h244 struct StyledString : public TransformableItem<StyledString, BaseItem<StyledString>> { struct
252 explicit StyledString(const StringPool::StyleRef& ref); argument
H A DResources.proto344 message StyledString { message
H A DResourceValues.cpp275 StyledString::StyledString(const StringPool::StyleRef& ref) : value(ref) { in StyledString() function in aapt::StyledString