Searched refs:SCREENLAYOUT_ROUND_YES (Results 1 – 9 of 9) sorted by relevance
31 import static android.content.res.Configuration.SCREENLAYOUT_ROUND_YES;83 .areNonSizeLayoutFieldsUnchanged(0, SCREENLAYOUT_ROUND_YES)); in testNonSizeRelatedScreenLayoutFields()169 newConfig.screenLayout |= SCREENLAYOUT_ROUND_YES;254 newConfig.screenLayout |= SCREENLAYOUT_ROUND_YES; in testScreenLayoutFilteredIfLongDidNotCrossThreshold()
20 import static android.content.res.Configuration.SCREENLAYOUT_ROUND_YES;233 mConfiguration.screenLayout = SCREENLAYOUT_ROUND_YES; in testGetRoundedCornerRadius_withRoundDevice_usesDisplayRadiusAsDefault()254 mConfiguration.screenLayout = SCREENLAYOUT_ROUND_YES; in testGetRoundedCornerRadius_withRoundDevice_usesOverlayIfProvided()
64 config.screenLayout = Configuration.SCREENLAYOUT_ROUND_YES; in testUpdateFromPreservesRoundBit()68 assertEquals(config.screenLayout, Configuration.SCREENLAYOUT_ROUND_YES); in testUpdateFromPreservesRoundBit()
283 config2.screenLayout |= Configuration.SCREENLAYOUT_ROUND_YES; in testMultipleResourcesForOneActivityGetUpdatedWhenActivityBaseUpdates()304 expectedConfig2.screenLayout |= Configuration.SCREENLAYOUT_ROUND_YES; in testMultipleResourcesForOneActivityGetUpdatedWhenActivityBaseUpdates()
119 event.mConfiguration.screenLayout = Configuration.SCREENLAYOUT_ROUND_YES; in generateUsageEvent()
427 config.screenLayout |= Configuration.SCREENLAYOUT_ROUND_YES; in getConfiguration()
351 public static final int SCREENLAYOUT_ROUND_YES = 0x2 << SCREENLAYOUT_ROUND_SHIFT; field in Configuration2431 return (screenLayout & SCREENLAYOUT_ROUND_MASK) == SCREENLAYOUT_ROUND_YES; in isScreenRound()2605 case Configuration.SCREENLAYOUT_ROUND_YES: in resourceQualifierString()
2486 ? Configuration.SCREENLAYOUT_ROUND_YES in computeScreenConfiguration()
13841 field public static final int SCREENLAYOUT_ROUND_YES = 512; // 0x200