Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationTest.java39 config.screenLayout = Configuration.SCREENLAYOUT_ROUND_YES; in testUpdateFromPreservesRoundBit()
43 assertEquals(config.screenLayout, Configuration.SCREENLAYOUT_ROUND_YES); in testUpdateFromPreservesRoundBit()
DResourcesManagerTest.java226 config2.screenLayout |= Configuration.SCREENLAYOUT_ROUND_YES; in testMultipleResourcesForOneActivityGetUpdatedWhenActivityBaseUpdates()
247 expectedConfig2.screenLayout |= Configuration.SCREENLAYOUT_ROUND_YES; in testMultipleResourcesForOneActivityGetUpdatedWhenActivityBaseUpdates()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java396 config.screenLayout |= Configuration.SCREENLAYOUT_ROUND_YES; in getConfiguration()
/frameworks/base/core/java/android/content/res/
DConfiguration.java294 public static final int SCREENLAYOUT_ROUND_YES = 0x2 << SCREENLAYOUT_ROUND_SHIFT; field in Configuration
2077 return (screenLayout & SCREENLAYOUT_ROUND_MASK) == SCREENLAYOUT_ROUND_YES; in isScreenRound()
2237 case Configuration.SCREENLAYOUT_ROUND_YES: in resourceQualifierString()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1706 ? Configuration.SCREENLAYOUT_ROUND_YES in computeScreenConfiguration()
/frameworks/base/api/
Dcurrent.txt12245 field public static final int SCREENLAYOUT_ROUND_YES = 512; // 0x200