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.java230 int screenLayoutSize; in reduceScreenLayout() local
241 screenLayoutSize = SCREENLAYOUT_SIZE_SMALL; in reduceScreenLayout()
249 screenLayoutSize = SCREENLAYOUT_SIZE_XLARGE; in reduceScreenLayout()
253 screenLayoutSize = SCREENLAYOUT_SIZE_LARGE; in reduceScreenLayout()
255 screenLayoutSize = SCREENLAYOUT_SIZE_NORMAL; in reduceScreenLayout()
285 if (screenLayoutSize < curSize) { in reduceScreenLayout()
286 curLayout = (curLayout&~SCREENLAYOUT_SIZE_MASK) | screenLayoutSize; in reduceScreenLayout()