Home
last modified time | relevance | path

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

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