Home
last modified time | relevance | path

Searched refs:requires_smallest_width_dp (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/integration-tests/DumpTest/
H A Dcomponents_expected_proto.txt48 requires_smallest_width_dp: 240
H A Dcomponents_full_proto.txt48 requires_smallest_width_dp: 240
/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp934 int32_t requires_smallest_width_dp = 0; member in aapt::SupportsScreen
945 requires_smallest_width_dp = GetAttributeIntegerDefault( in Extract()
955 && requires_smallest_width_dp > 0) { in Extract()
957 : requires_smallest_width_dp; in Extract()
958 small_screen = (requires_smallest_width_dp <= 240 && compat_width >= 240) ? -1 : 0; in Extract()
959 normal_screen = (requires_smallest_width_dp <= 320 && compat_width >= 320) ? -1 : 0; in Extract()
960 large_screen = (requires_smallest_width_dp <= 480 && compat_width >= 480) ? -1 : 0; in Extract()
961 xlarge_screen = (requires_smallest_width_dp <= 720 && compat_width >= 720) ? -1 : 0; in Extract()
983 if (requires_smallest_width_dp > 0) { in PrintScreens()
1009 supports_screen->set_requires_smallest_width_dp(requires_smallest_width_dp); in ToProtoScreens()
[all …]
/aosp14/frameworks/base/core/proto/android/content/
H A Dpackage_item_info.proto71 optional int32 requires_smallest_width_dp = 3; field
/aosp14/frameworks/base/tools/aapt2/
H A DApkInfo.proto158 int32 requires_smallest_width_dp = 3;