Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ui/
H A DThemeUiTestBase.java94 protected void assertTheme(int[] styleable, int attr, int expected) { in assertTheme()
108 protected void assertTheme(int[] styleable, int attr, boolean expected) { in assertTheme()
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DAttributeCache.java119 public Entry get(String packageName, int resId, int[] styleable) { in get()
123 public Entry get(String packageName, int resId, int[] styleable, int userId) { in get()
/aosp12/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp237 const Styleable& styleable, in ProcessStyleable()
566 const auto styleable = reinterpret_cast<const Styleable*>(entry->values.front()->value.get()); in ProcessType() local
H A DJavaClassGenerator_test.cpp333 Styleable styleable; in TEST() local
371 Styleable styleable; in TEST() local
/aosp12/frameworks/base/tools/aapt2/
H A DDebug.cpp107 void Visit(const Styleable* styleable) override { in Visit()
213 void Visit(const Styleable* styleable) override { in Visit()
H A DResourceParser_test.cpp694 Styleable* styleable = test::GetValue<Styleable>(&table_, "styleable/foo"); in TEST_F() local
737 Styleable* styleable = test::GetValue<Styleable>(&table_, "styleable/foo"); in TEST_F() local
873 Styleable* styleable = test::GetValue<Styleable>(&table_, "styleable/foo"); in TEST_F() local
H A DResourceParser.cpp1752 std::unique_ptr<Styleable> styleable = util::make_unique<Styleable>(); in ParseDeclareStyleable() local
/aosp12/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp804 std::unique_ptr<Styleable> styleable = util::make_unique<Styleable>(); in DeserializeValueFromPb() local
H A DProtoSerialize.cpp651 void Visit(const Styleable* styleable) override { in Visit()
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp257 auto styleable = in CompileTable() local
/aosp12/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener.cpp135 void Visit(const Styleable* styleable) override { in Visit()
/aosp12/frameworks/base/tools/aapt2/link/
H A DTableMerger_test.cpp391 Styleable* styleable = test::GetValue<Styleable>(&final_table, "com.app.a:styleable/Foo"); in TEST_F() local