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

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

Completed in 131 milliseconds