Home
last modified time | relevance | path

Searched refs:SupportsInput (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
DApkInfo.proto46 SupportsInput supports_input = 6;
164 message SupportsInput { message
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp2081 class SupportsInput : public ManifestExtractor::Element { class
2083 SupportsInput() = default;
2114 if (name && ElementCast<SupportsInput>(parent_stack[0])) { in Extract()
2115 SupportsInput* supports = ElementCast<SupportsInput>(parent_stack[0]); in Extract()
2930 std::make_pair("supports-input", std::is_same<SupportsInput, T>::value), in GetExpectedTagForType()
3001 {"supports-input", &CreateType<SupportsInput>}, in Inflate()