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

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java185 int screenLayoutSize;
196 screenLayoutSize = SCREENLAYOUT_SIZE_SMALL;
204 screenLayoutSize = SCREENLAYOUT_SIZE_XLARGE;
208 screenLayoutSize = SCREENLAYOUT_SIZE_LARGE;
210 screenLayoutSize = SCREENLAYOUT_SIZE_NORMAL;
240 if (screenLayoutSize < curSize) {
241 curLayout = (curLayout&~SCREENLAYOUT_SIZE_MASK) | screenLayoutSize;
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp683 this->screenLayoutSize = layoutsize;
724 s += screenLayoutSize;
798 if (this->screenLayoutSize != "") {
802 s += screenLayoutSize;
1475 if (v == 0) v = screenLayoutSize.compare(o.screenLayoutSize);
1507 getScreenLayoutSizeName(screenLayoutSize.string(), &params);
H A DAaptAssets.h126 String8 screenLayoutSize; member in struct:AaptGroupEntry

Completed in 87 milliseconds