Searched refs:screenLayout2 (Results 1 – 8 of 8) sorted by relevance
149 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() argument670 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_config770 … return ((screenLayout2 & 0xff) << 24) | ((colorMode * 0xff) << 16) | (screenConfigPad2 & 0xffff); in screenConfig2()[all …]
526 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()
138 byte screenLayout2; field in ResTableConfigTest.ResTableConfigBuilder144 …, smallestScreenWidthDp, screenWidthDp, screenHeightDp, localeScript, localeVariant, screenLayout2, in build()
154 assertThat(config.screenLayout2).isEqualTo((byte) SCREENROUND_YES); in parse_screenRound_round()160 assertThat(config.screenLayout2).isEqualTo((byte) SCREENROUND_NO); in parse_screenRound_notround()
599 configuration.screenLayout2 = in nativeSetConfiguration()
603 configuration.screenLayout2 = in nativeSetConfiguration()
186 config.screenLayout2 = in setConfiguration()
718 config.screenLayout2 = in setConfiguration()