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.java318 int screenLayoutSize; in reduceScreenLayout() local
329 screenLayoutSize = SCREENLAYOUT_SIZE_SMALL; in reduceScreenLayout()
337 screenLayoutSize = SCREENLAYOUT_SIZE_XLARGE; in reduceScreenLayout()
341 screenLayoutSize = SCREENLAYOUT_SIZE_LARGE; in reduceScreenLayout()
343 screenLayoutSize = SCREENLAYOUT_SIZE_NORMAL; in reduceScreenLayout()
373 if (screenLayoutSize < curSize) { in reduceScreenLayout()
374 curLayout = (curLayout&~SCREENLAYOUT_SIZE_MASK) | screenLayoutSize; in reduceScreenLayout()