Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp701 int32_t requires_smallest_width_dp = 0; member in aapt::SupportsScreen
712 requires_smallest_width_dp = GetAttributeIntegerDefault( in Extract()
722 && requires_smallest_width_dp > 0) { in Extract()
724 : requires_smallest_width_dp; in Extract()
725 small_screen = (requires_smallest_width_dp <= 240 && compat_width >= 240) ? -1 : 0; in Extract()
726 normal_screen = (requires_smallest_width_dp <= 320 && compat_width >= 320) ? -1 : 0; in Extract()
727 large_screen = (requires_smallest_width_dp <= 480 && compat_width >= 480) ? -1 : 0; in Extract()
728 xlarge_screen = (requires_smallest_width_dp <= 720 && compat_width >= 720) ? -1 : 0; in Extract()
757 any_density_temp = (target_sdk >= 4 || requires_smallest_width_dp > 0 in PrintScreens()
778 if (requires_smallest_width_dp > 0) { in PrintScreens()
[all …]
/frameworks/base/core/proto/android/content/
Dpackage_item_info.proto71 optional int32 requires_smallest_width_dp = 3; field