Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DApkInfo.proto53 CompatibleScreens compatible_screens = 13;
313 message CompatibleScreens { message
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp2356 class CompatibleScreens : public ManifestExtractor::Element { class
2358 CompatibleScreens() = default;
2909 std::make_pair("compatible-screens", std::is_same<CompatibleScreens, T>::value), in GetExpectedTagForType()
2980 {"compatible-screens", &CreateType<CompatibleScreens>}, in Inflate()