Home
last modified time | relevance | path

Searched refs:Styleable (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/tools/aapt2/
DValueVisitor.h45 virtual void visit(Styleable* value) {} in visit()
93 void visitSubValues(Styleable* styleable) { in visitSubValues()
103 DECL_VISIT_COMPOUND_VALUE(Styleable);
DResourceParser_test.cpp156 EXPECT_EQ(nullptr, test::getValueForConfig<Styleable>(&mTable, u"@styleable/bar", watchConfig)); in TEST_F()
160 EXPECT_NE(nullptr, test::getValue<Styleable>(&mTable, u"@styleable/bar")); in TEST_F()
402 Styleable* styleable = test::getValue<Styleable>(&mTable, u"@styleable/foo"); in TEST_F()
416 Styleable* styleable = test::getValue<Styleable>(&mTable, u"@styleable/foo"); in TEST_F()
513 Styleable* styleable = test::getValue<Styleable>(&mTable, u"@styleable/foo"); in TEST_F()
DResourceValues.h321 struct Styleable : public BaseValue<Styleable> { struct
324 Styleable* clone(StringPool* newPool) const override; argument
DResourceValues.cpp524 Styleable* Styleable::clone(StringPool* /*newPool*/) const { in clone()
525 return new Styleable(*this); in clone()
528 void Styleable::print(std::ostream* out) const { in print()
DFormat.proto149 message Styleable { message
198 optional Styleable styleable = 3;
DDebug.cpp96 void visit(Styleable* styleable) override { in visit()
DResourceParser.cpp1187 std::unique_ptr<Styleable> styleable = util::make_unique<Styleable>(); in parseDeclareStyleable()
/frameworks/base/tools/aapt2/test/
DBuilders.h223 std::unique_ptr<Styleable> mStyleable = util::make_unique<Styleable>();
232 std::unique_ptr<Styleable> build() { in build()
/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.h85 const Styleable* styleable,
DJavaClassGenerator.cpp209 const Styleable* styleable, in addMembersToStyleableClass()
447 const Styleable* styleable = static_cast<const Styleable*>( in addMembersToTypeClass()
DJavaClassGenerator_test.cpp264 Styleable styleable; in TEST()
272 std::unique_ptr<Styleable>(styleable.clone(nullptr))) in TEST()
/frameworks/base/tools/aapt2/proto/
DTableProtoDeserializer.cpp283 const pb::Styleable& pbStyleable = pbCompoundValue.styleable(); in deserializeValueFromPb()
284 std::unique_ptr<Styleable> styleable = util::make_unique<Styleable>(); in deserializeValueFromPb()
DTableProtoSerializer.cpp120 void visit(Styleable* styleable) override { in visit()
121 pb::Styleable* pbStyleable = getPbCompoundValue()->mutable_styleable(); in visit()
/frameworks/base/tools/aapt2/flatten/
DTableFlattener.cpp123 void visit(Styleable* styleable) override { in visit()
/frameworks/base/docs/html/guide/topics/resources/
Dmore-resources.jd722 <h2>Styleable Attribute</h2>