Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DConfiguration.java201 int screenLayoutSize; in reduceScreenLayout() local
212 screenLayoutSize = SCREENLAYOUT_SIZE_SMALL; in reduceScreenLayout()
220 screenLayoutSize = SCREENLAYOUT_SIZE_XLARGE; in reduceScreenLayout()
224 screenLayoutSize = SCREENLAYOUT_SIZE_LARGE; in reduceScreenLayout()
226 screenLayoutSize = SCREENLAYOUT_SIZE_NORMAL; in reduceScreenLayout()
256 if (screenLayoutSize < curSize) { in reduceScreenLayout()
257 curLayout = (curLayout&~SCREENLAYOUT_SIZE_MASK) | screenLayoutSize; in reduceScreenLayout()