Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceValues.h174 struct StyledString : public BaseItem<StyledString> { struct
177 StyledString(const StringPool::StyleRef& ref); argument
DResourceValues.cpp139 StyledString::StyledString(const StringPool::StyleRef& ref) : value(ref) { in StyledString() function in aapt::StyledString