Searched refs:screenLayout (Results 1 – 11 of 11) sorted by relevance
73 int actualSize = mConfig.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in testScreenLayout()74 int actualLong = mConfig.screenLayout & Configuration.SCREENLAYOUT_LONG_MASK; in testScreenLayout()94 int screenLayout = Configuration.SCREENLAYOUT_SIZE_XLARGE in computeScreenLayout() local98 screenLayout = reduceScreenLayout(activity, screenLayout); in computeScreenLayout()101 return screenLayout; in computeScreenLayout()118 private int reduceScreenLayout(Context context, int screenLayout) { in reduceScreenLayout() argument153 screenLayout = (screenLayout & ~Configuration.SCREENLAYOUT_LONG_MASK) in reduceScreenLayout()156 int curSize = screenLayout&Configuration.SCREENLAYOUT_SIZE_MASK; in reduceScreenLayout()158 screenLayout = (screenLayout&~Configuration.SCREENLAYOUT_SIZE_MASK) in reduceScreenLayout()161 return screenLayout; in reduceScreenLayout()
52 int screenLayout = configuration.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in getScreenSize() local53 String screenSize = String.format("0x%x", screenLayout); in getScreenSize()54 switch (screenLayout) { in getScreenSize()
45 config.screenLayout = proto.screenLayout; in extract()
213 int screenLayout = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in getScreenSize() local214 String screenSize = String.format("0x%x", screenLayout); in getScreenSize()215 switch (screenLayout) { in getScreenSize()
205 config.screenLayout = 1; in testDiff()356 assertEquals(Configuration.SCREENLAYOUT_UNDEFINED, config.screenLayout); in testSetToDefaults()383 assertEquals(Configuration.SCREENLAYOUT_UNDEFINED, config.screenLayout); in testUnset()483 config.screenLayout |= Configuration.SCREENLAYOUT_ROUND_YES; in testIsScreenRound()731 config.screenLayout = Configuration.SCREENLAYOUT_LONG_UNDEFINED; in createConfig()
159 mConfig.screenLayout = value; in setProperty()
151 int size = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in isLargeScreen()
261 config.screenLayout, resConfig.configuration.screenLayout); in checkResourceConfig()
188 return config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in getScreenSize()
237 return config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in getScreenSize()