Searched refs:screenLayout (Results 1 – 11 of 11) sorted by relevance
100 final int actualSize = config.screenLayout & SCREENLAYOUT_SIZE_MASK; in testScreenLayout()101 final int actualLong = config.screenLayout & SCREENLAYOUT_LONG_MASK; in testScreenLayout()147 private int reduceScreenLayout(Activity activity, Insets excludeInsets, int screenLayout) { in reduceScreenLayout() argument176 screenLayout = (screenLayout & ~SCREENLAYOUT_LONG_MASK) | SCREENLAYOUT_LONG_NO; in reduceScreenLayout()178 int curSize = screenLayout & SCREENLAYOUT_SIZE_MASK; in reduceScreenLayout()180 screenLayout = (screenLayout & ~SCREENLAYOUT_SIZE_MASK) | screenLayoutSize; in reduceScreenLayout()182 return screenLayout; in reduceScreenLayout()
45 config.screenLayout = proto.screenLayout; in extract()
209 int screenLayout = configuration.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in getScreenSize() local210 String screenSize = String.format("0x%x", screenLayout); in getScreenSize()211 switch (screenLayout) { in getScreenSize()
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()
238 cfg1.screenLayout = Configuration.SCREENLAYOUT_SIZE_NORMAL in testGenerateDiff()242 cfg2.screenLayout = Configuration.SCREENLAYOUT_SIZE_LARGE in testGenerateDiff()316 config.screenLayout = 1; in testDiff()502 assertEquals(Configuration.SCREENLAYOUT_UNDEFINED, config.screenLayout); in testSetToDefaults()532 assertEquals(Configuration.SCREENLAYOUT_UNDEFINED, config.screenLayout); in testUnset()639 config.screenLayout |= Configuration.SCREENLAYOUT_ROUND_YES; in testIsScreenRound()913 config.screenLayout = Configuration.SCREENLAYOUT_LONG_UNDEFINED; in createConfig()
165 mConfig.screenLayout = value; in setProperty()
151 int size = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in isLargeScreen()
261 config.screenLayout, resConfig.configuration.screenLayout); in checkResourceConfig()
207 return config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in getScreenSize()
265 final int configScreenSize = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in getScreenSize()
13882 field public int screenLayout;