Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceValues.h240 struct StyledString : public BaseItem<StyledString> { struct
248 explicit StyledString(const StringPool::StyleRef& ref); argument
DResources.proto313 message StyledString { message
DResourceValues.cpp287 StyledString::StyledString(const StringPool::StyleRef& ref) : value(ref) { in StyledString() function in aapt::StyledString