Home
last modified time | relevance | path

Searched defs:styleable (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DAttributeCache.java119 public Entry get(String packageName, int resId, int[] styleable, int userId) { in get()
/frameworks/base/tools/aapt2/
DDebug.cpp101 void Visit(const Styleable* styleable) override { in Visit()
209 void Visit(const Styleable* styleable) override { in Visit()
DResourceParser_test.cpp605 Styleable* styleable = test::GetValue<Styleable>(&table_, "styleable/foo"); in TEST_F() local
648 Styleable* styleable = test::GetValue<Styleable>(&table_, "styleable/foo"); in TEST_F() local
784 Styleable* styleable = test::GetValue<Styleable>(&table_, "styleable/foo"); in TEST_F() local
DResources.proto267 Styleable styleable = 3; field
DResourceParser.cpp1665 std::unique_ptr<Styleable> styleable = util::make_unique<Styleable>(); in ParseDeclareStyleable() local
/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp231 const Styleable& styleable, in ProcessStyleable()
556 const Styleable* styleable = in ProcessType() local
DJavaClassGenerator_test.cpp343 Styleable styleable; in TEST() local
381 Styleable styleable; in TEST() local
/frameworks/base/tools/aapt2/format/proto/
DProtoDeserialize.cpp753 std::unique_ptr<Styleable> styleable = util::make_unique<Styleable>(); in DeserializeValueFromPb() local
DProtoSerialize.cpp576 void Visit(const Styleable* styleable) override { in Visit()
/frameworks/base/tools/aapt2/cmd/
DCompile.cpp262 auto styleable = in CompileTable() local
/frameworks/base/tools/aapt2/format/binary/
DTableFlattener.cpp130 void Visit(Styleable* styleable) override { in Visit()
/frameworks/base/tools/aapt2/link/
DTableMerger_test.cpp470 Styleable* styleable = test::GetValue<Styleable>(&final_table, "com.app.a:styleable/Foo"); in TEST_F() local