Searched defs:StyledString (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tools/aapt2/
H A DResourceValues.cpp147 StyledString::StyledString(const StringPool::StyleRef& ref) : value(ref), mTranslateable(true) { function in class:aapt::StyledString
150 void StyledString::setTranslateable(bool val) {
154 bool StyledString::isTranslateable() const {
158 bool StyledString::flatten(android::Res_value* outValue) const {
168 StyledString* StyledString::clone(StringPool* newPool) const {
169 StyledString* str = new StyledString(newPool->makeRef(value));
175 void StyledString
[all...]
H A DResourceValues.h209 struct StyledString : public BaseItem<StyledString> { struct in namespace:aapt
212 StyledString(const StringPool::StyleRef& ref);
220 StyledString* clone(StringPool* newPool) const override;

Completed in 88 milliseconds