Home
last modified time | relevance | path

Searched refs:screenLayoutSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/res/
DConfiguration.java192 int screenLayoutSize; in reduceScreenLayout() local
203 screenLayoutSize = SCREENLAYOUT_SIZE_SMALL; in reduceScreenLayout()
211 screenLayoutSize = SCREENLAYOUT_SIZE_XLARGE; in reduceScreenLayout()
215 screenLayoutSize = SCREENLAYOUT_SIZE_LARGE; in reduceScreenLayout()
217 screenLayoutSize = SCREENLAYOUT_SIZE_NORMAL; in reduceScreenLayout()
247 if (screenLayoutSize < curSize) { in reduceScreenLayout()
248 curLayout = (curLayout&~SCREENLAYOUT_SIZE_MASK) | screenLayoutSize; in reduceScreenLayout()
/frameworks/base/tools/aapt/
DAaptAssets.cpp683 this->screenLayoutSize = layoutsize; in initFromDirName()
724 s += screenLayoutSize; in toString()
798 if (this->screenLayoutSize != "") { in toDirName()
802 s += screenLayoutSize; in toDirName()
1483 if (v == 0) v = screenLayoutSize.compare(o.screenLayoutSize); in compare()
1515 getScreenLayoutSizeName(screenLayoutSize.string(), &params); in toParams()
DAaptAssets.h126 String8 screenLayoutSize; member