Home
last modified time | relevance | path

Searched refs:localeVariant (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java148 byte[] localeVariant = new byte[8]; in createConfig()
166 buffer.get(localeVariant); in createConfig()
183 …screenHeightDp, localeScript, localeVariant, screenLayout2, screenConfigPad1, screenConfigPad2, un… in createConfig()
561 return byteArrayToString(localeVariant); in localeVariantString()
638 smallestScreenWidthDp, screenWidthDp, screenHeightDp, localeScript, localeVariant, in withSdkVersion()
646 byte[] localeScript, byte[] localeVariant, byte screenLayout2, byte colorMode, in ResTable_config() argument
669 this.localeVariant = localeVariant; in ResTable_config()
680 this.localeVariant = new byte[8]; in ResTable_config()
746 public final byte[] localeVariant; field in ResTable_config
889 o.localeVariant, in fromDtoH()
[all …]
DConfigDescription.java189 Arrays.fill(out.localeVariant, (byte) 0); in writeTo()
191 System.arraycopy(variantBytes, 0, out.localeVariant, 0, variantBytes.length); in writeTo()
/external/robolectric-shadows/resources/src/test/java/org/robolectric/res/android/
DResTableConfigTest.java137 byte[] localeVariant = new byte[8]; field in ResTableConfigTest.ResTableConfigBuilder
144 …, smallestScreenWidthDp, screenWidthDp, screenHeightDp, localeScript, localeVariant, screenLayout2, in build()