Searched refs:SCREENLAYOUT_ROUND_YES (Results 1 – 7 of 7) sorted by relevance
52 config.screenLayout = Configuration.SCREENLAYOUT_ROUND_YES; in testUpdateFromPreservesRoundBit()56 assertEquals(config.screenLayout, Configuration.SCREENLAYOUT_ROUND_YES); in testUpdateFromPreservesRoundBit()
226 config2.screenLayout |= Configuration.SCREENLAYOUT_ROUND_YES; in testMultipleResourcesForOneActivityGetUpdatedWhenActivityBaseUpdates()247 expectedConfig2.screenLayout |= Configuration.SCREENLAYOUT_ROUND_YES; in testMultipleResourcesForOneActivityGetUpdatedWhenActivityBaseUpdates()
396 config.screenLayout |= Configuration.SCREENLAYOUT_ROUND_YES; in getConfiguration()
295 public static final int SCREENLAYOUT_ROUND_YES = 0x2 << SCREENLAYOUT_ROUND_SHIFT; field in Configuration2095 return (screenLayout & SCREENLAYOUT_ROUND_MASK) == SCREENLAYOUT_ROUND_YES; in isScreenRound()2255 case Configuration.SCREENLAYOUT_ROUND_YES: in resourceQualifierString()
1712 ? Configuration.SCREENLAYOUT_ROUND_YES in computeScreenConfiguration()
12262 field public static final int SCREENLAYOUT_ROUND_YES = 512; // 0x200