Searched refs:SCREENSIZE_NORMAL (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/include/androidfw/
H A DResourceTypes.h955 SCREENSIZE_NORMAL = ACONFIGURATION_SCREENSIZE_NORMAL, enumerator in enum:android::ResTable_config::__anon1095
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1892 if ((requested->screenLayout & MASK_SCREENSIZE) >= SCREENSIZE_NORMAL) {
1893 if (fixedMySL == 0) fixedMySL = SCREENSIZE_NORMAL;
1894 if (fixedOSL == 0) fixedOSL = SCREENSIZE_NORMAL;
2234 case ResTable_config::SCREENSIZE_NORMAL:
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1032 | ResTable_config::SCREENSIZE_NORMAL;

Completed in 67 milliseconds