Home
last modified time | relevance | path

Searched refs:SCREENWIDTH_ANY (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/
DConfigDescription.cpp454 out->screenWidth = out->SCREENWIDTH_ANY; in parseScreenSize()
488 out->smallestScreenWidthDp = out->SCREENWIDTH_ANY; in parseSmallestScreenWidthDp()
512 out->screenWidthDp = out->SCREENWIDTH_ANY; in parseScreenWidthDp()
534 out->screenHeightDp = out->SCREENWIDTH_ANY; in parseScreenHeightDp()
764 } else if (config->smallestScreenWidthDp != ResTable_config::SCREENWIDTH_ANY in applyVersionForCompatibility()
765 || config->screenWidthDp != ResTable_config::SCREENWIDTH_ANY in applyVersionForCompatibility()
/frameworks/base/tools/aapt/
DAaptConfig.cpp256 } else if (config->smallestScreenWidthDp != ResTable_config::SCREENWIDTH_ANY in applyVersionForCompatibility()
257 || config->screenWidthDp != ResTable_config::SCREENWIDTH_ANY in applyVersionForCompatibility()
693 out->screenWidth = out->SCREENWIDTH_ANY; in parseScreenSize()
727 out->smallestScreenWidthDp = out->SCREENWIDTH_ANY; in parseSmallestScreenWidthDp()
751 out->screenWidthDp = out->SCREENWIDTH_ANY; in parseScreenWidthDp()
773 out->screenHeightDp = out->SCREENWIDTH_ANY; in parseScreenHeightDp()
/frameworks/base/tools/split-select/
DMain.cpp111 outConfig->screenWidth = ResTable_config::SCREENWIDTH_ANY; in removeRuntimeQualifiers()
/frameworks/base/include/androidfw/
DResourceTypes.h1039 SCREENWIDTH_ANY = 0 enumerator