Home
last modified time | relevance | path

Searched refs:screenLayout2 (Results 1 – 8 of 8) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java149 byte screenLayout2 = 0; in createConfig()
170 screenLayout2 = (byte) UnsignedBytes.toInt(buffer.get()); in createConfig()
183 …screenHeightDp, localeScript, localeVariant, screenLayout2, screenConfigPad1, screenConfigPad2, un… in createConfig()
639 screenLayout2, colorMode, screenConfigPad2, unknown); in withSdkVersion()
646 byte[] localeScript, byte[] localeVariant, byte screenLayout2, byte colorMode, in ResTable_config() argument
670 this.screenLayout2 = screenLayout2; in ResTable_config()
711 return screenLayout2 & SCREENLAYOUT_ROUND_MASK; in screenLayoutRound()
715 screenLayout2 = (byte) ((screenLayout2 & ~SCREENLAYOUT_ROUND_MASK) | value); in screenLayoutRound()
749 public byte screenLayout2; // Contains round/notround qualifier. field in ResTable_config
770 … return ((screenLayout2 & 0xff) << 24) | ((colorMode * 0xff) << 16) | (screenConfigPad2 & 0xffff); in screenConfig2()
[all …]
DConfigDescription.java526 out.screenLayout2 = in parseScreenRound()
527 (byte) ((out.screenLayout2 & ~ResTable_config.MASK_SCREENROUND) | in parseScreenRound()
533 out.screenLayout2 = in parseScreenRound()
534 (byte) ((out.screenLayout2 & ~ResTable_config.MASK_SCREENROUND) | in parseScreenRound()
540 out.screenLayout2 = in parseScreenRound()
541 (byte) ((out.screenLayout2 & ~ResTable_config.MASK_SCREENROUND) | in parseScreenRound()
994 } else if (isTruthy(config.screenLayout2 & ResTable_config.MASK_SCREENROUND)) { in applyVersionForCompatibility()
/external/robolectric-shadows/resources/src/test/java/org/robolectric/res/android/
DResTableConfigTest.java138 byte screenLayout2; field in ResTableConfigTest.ResTableConfigBuilder
144 …, smallestScreenWidthDp, screenWidthDp, screenHeightDp, localeScript, localeVariant, screenLayout2, in build()
DConfigDescriptionTest.java154 assertThat(config.screenLayout2).isEqualTo((byte) SCREENROUND_YES); in parse_screenRound_round()
160 assertThat(config.screenLayout2).isEqualTo((byte) SCREENROUND_NO); in parse_screenRound_notround()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager9.java599 configuration.screenLayout2 = in nativeSetConfiguration()
DShadowArscAssetManager10.java603 configuration.screenLayout2 = in nativeSetConfiguration()
DShadowArscAssetManager.java186 config.screenLayout2 = in setConfiguration()
DShadowLegacyAssetManager.java718 config.screenLayout2 = in setConfiguration()