Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/integration-tests/DumpTest/
H A Dcomponents_expected_proto.txt50 largest_width_limit_dp: 480
H A Dcomponents_full_proto.txt50 largest_width_limit_dp: 480
/aosp14/frameworks/base/core/proto/android/content/
H A Dpackage_item_info.proto73 optional int32 largest_width_limit_dp = 5; field
/aosp14/frameworks/base/tools/aapt2/
H A DApkInfo.proto160 int32 largest_width_limit_dp = 5;
/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp936 int32_t largest_width_limit_dp = 0; member in aapt::SupportsScreen
949 largest_width_limit_dp = GetAttributeIntegerDefault( in Extract()
989 if (largest_width_limit_dp > 0) { in PrintScreens()
990 printer->Print(StringPrintf("largest-width-limit:'%d'\n", largest_width_limit_dp)); in PrintScreens()
1011 supports_screen->set_largest_width_limit_dp(largest_width_limit_dp); in ToProtoScreens()