Searched refs:screenLayout (Results 1 – 7 of 7) sorted by relevance
53 int actualSize = mConfig.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in testScreenLayout()54 int actualLong = mConfig.screenLayout & Configuration.SCREENLAYOUT_LONG_MASK; in testScreenLayout()74 int screenLayout = Configuration.SCREENLAYOUT_SIZE_XLARGE in computeScreenLayout() local78 screenLayout = reduceScreenLayout(activity, screenLayout); in computeScreenLayout()81 return screenLayout; in computeScreenLayout()92 private int reduceScreenLayout(Context context, int screenLayout) { in reduceScreenLayout() argument127 screenLayout = (screenLayout & ~Configuration.SCREENLAYOUT_LONG_MASK) in reduceScreenLayout()130 int curSize = screenLayout&Configuration.SCREENLAYOUT_SIZE_MASK; in reduceScreenLayout()132 screenLayout = (screenLayout&~Configuration.SCREENLAYOUT_SIZE_MASK) in reduceScreenLayout()135 return screenLayout; in reduceScreenLayout()
195 int screenLayout = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in getScreenSize() local196 String screenSize = String.format("0x%x", screenLayout); in getScreenSize()197 switch (screenLayout) { in getScreenSize()
149 int size = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in isLargeScreen()
140 return config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in getScreenSize()
146 return config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in getScreenSize()
163 config.screenLayout = 1; in testDiff()365 config.screenLayout = Configuration.SCREENLAYOUT_LONG_UNDEFINED; in createConfig()
136 mConfig.screenLayout = value; in setProperty()