Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DAaptConfig.cpp277 } else if (config->smallestScreenWidthDp != ResTable_config::SCREENWIDTH_ANY in applyVersionForCompatibility()
278 || config->screenWidthDp != ResTable_config::SCREENWIDTH_ANY in applyVersionForCompatibility()
759 out->screenWidth = out->SCREENWIDTH_ANY; in parseScreenSize()
793 out->smallestScreenWidthDp = out->SCREENWIDTH_ANY; in parseSmallestScreenWidthDp()
817 out->screenWidthDp = out->SCREENWIDTH_ANY; in parseScreenWidthDp()
839 out->screenHeightDp = out->SCREENWIDTH_ANY; in parseScreenHeightDp()
/frameworks/base/libs/androidfw/
DConfigDescription.cpp514 out->screenWidth = out->SCREENWIDTH_ANY; in parseScreenSize()
548 out->smallestScreenWidthDp = out->SCREENWIDTH_ANY; in parseSmallestScreenWidthDp()
572 out->screenWidthDp = out->SCREENWIDTH_ANY; in parseScreenWidthDp()
594 out->screenHeightDp = out->SCREENWIDTH_ANY; in parseScreenHeightDp()
845 ResTable_config::SCREENWIDTH_ANY || in ApplyVersionForCompatibility()
846 config->screenWidthDp != ResTable_config::SCREENWIDTH_ANY || in ApplyVersionForCompatibility()
/frameworks/base/tools/split-select/
DMain.cpp111 outConfig->screenWidth = ResTable_config::SCREENWIDTH_ANY; in removeRuntimeQualifiers()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1056 SCREENWIDTH_ANY = 0 enumerator