Home
last modified time | relevance | path

Searched refs:SCREENLAYOUT_ROUND_YES (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/mockingcoretests/src/android/window/
DSizeConfigurationBucketsTest.java31 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()
/frameworks/base/core/tests/coretests/src/android/view/
DRoundedCornersTest.java20 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()
/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationTest.java64 config.screenLayout = Configuration.SCREENLAYOUT_ROUND_YES; in testUpdateFromPreservesRoundBit()
68 assertEquals(config.screenLayout, Configuration.SCREENLAYOUT_ROUND_YES); in testUpdateFromPreservesRoundBit()
DResourcesManagerTest.java283 config2.screenLayout |= Configuration.SCREENLAYOUT_ROUND_YES; in testMultipleResourcesForOneActivityGetUpdatedWhenActivityBaseUpdates()
304 expectedConfig2.screenLayout |= Configuration.SCREENLAYOUT_ROUND_YES; in testMultipleResourcesForOneActivityGetUpdatedWhenActivityBaseUpdates()
/frameworks/base/core/tests/coretests/src/android/app/usage/
DParcelableUsageEventListTest.java119 event.mConfiguration.screenLayout = Configuration.SCREENLAYOUT_ROUND_YES; in generateUsageEvent()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java427 config.screenLayout |= Configuration.SCREENLAYOUT_ROUND_YES; in getConfiguration()
/frameworks/base/core/java/android/content/res/
DConfiguration.java351 public static final int SCREENLAYOUT_ROUND_YES = 0x2 << SCREENLAYOUT_ROUND_SHIFT; field in Configuration
2431 return (screenLayout & SCREENLAYOUT_ROUND_MASK) == SCREENLAYOUT_ROUND_YES; in isScreenRound()
2605 case Configuration.SCREENLAYOUT_ROUND_YES: in resourceQualifierString()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2486 ? Configuration.SCREENLAYOUT_ROUND_YES in computeScreenConfiguration()
/frameworks/base/core/api/
Dcurrent.txt13841 field public static final int SCREENLAYOUT_ROUND_YES = 512; // 0x200