Home
last modified time | relevance | path

Searched refs:screenConfigPad2 (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/resources/src/test/java/org/robolectric/res/android/
DResTableConfigTest.java140 short screenConfigPad2; field in ResTableConfigTest.ResTableConfigBuilder
145 screenConfigPad1, screenConfigPad2, null in build()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java151 short screenConfigPad2 = 0; in createConfig() local
172 screenConfigPad2 = buffer.getShort(); // More reserved padding in createConfig()
183 …HeightDp, localeScript, localeVariant, screenLayout2, screenConfigPad1, screenConfigPad2, unknown); in createConfig()
639 screenLayout2, colorMode, screenConfigPad2, unknown); in withSdkVersion()
647 short screenConfigPad2, byte[] unknown) { in ResTable_config() argument
672 this.screenConfigPad2 = screenConfigPad2; in ResTable_config()
751 public short screenConfigPad2; // Reserved padding. field in ResTable_config
770 … return ((screenLayout2 & 0xff) << 24) | ((colorMode * 0xff) << 16) | (screenConfigPad2 & 0xffff); in screenConfig2()
892 o.screenConfigPad2, in fromDtoH()