Searched refs:screenLayoutSize (Results 1 – 3 of 3) sorted by relevance
192 int screenLayoutSize; in reduceScreenLayout() local203 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()
683 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(), ¶ms); in toParams()
126 String8 screenLayoutSize; member