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.java352 int screenLayoutSize; in reduceScreenLayout() local
363 screenLayoutSize = SCREENLAYOUT_SIZE_SMALL; in reduceScreenLayout()
371 screenLayoutSize = SCREENLAYOUT_SIZE_XLARGE; in reduceScreenLayout()
375 screenLayoutSize = SCREENLAYOUT_SIZE_LARGE; in reduceScreenLayout()
377 screenLayoutSize = SCREENLAYOUT_SIZE_NORMAL; in reduceScreenLayout()
407 if (screenLayoutSize < curSize) { in reduceScreenLayout()
408 curLayout = (curLayout&~SCREENLAYOUT_SIZE_MASK) | screenLayoutSize; in reduceScreenLayout()