Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/
H A DResourceValues.h242 struct StyledString : public TransformableItem<StyledString, BaseItem<StyledString>> { struct
250 explicit StyledString(const android::StringPool::StyleRef& ref); argument
H A DResources.proto353 message StyledString { message
H A DResourceValues.cpp276 StyledString::StyledString(const android::StringPool::StyleRef& ref) : value(ref) { in StyledString() function in aapt::StyledString