Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceValues.h201 struct StyledString : public BaseItem<StyledString> { struct
209 explicit StyledString(const StringPool::StyleRef& ref); argument
DResources.proto237 message StyledString { message
DResourceValues.cpp211 StyledString::StyledString(const StringPool::StyleRef& ref) : value(ref) {} in StyledString() function in aapt::StyledString