Searched refs:SCREENLAYOUT_ROUND_MASK (Results 1 – 4 of 4) sorted by relevance
22 import static android.content.res.Configuration.SCREENLAYOUT_ROUND_MASK;164 … assertThat(configuration.screenLayout & SCREENLAYOUT_ROUND_MASK).isEqualTo(SCREENLAYOUT_ROUND_NO); in applyQualifiers_shouldAddDefaults()233 …assertThat(configuration.screenLayout & SCREENLAYOUT_ROUND_MASK).isEqualTo(SCREENLAYOUT_ROUND_YES); in applyQualifiers_shouldHonorSpecifiedQualifiers()
435 return configuration.screenLayout & Configuration.SCREENLAYOUT_ROUND_MASK; in getScreenLayoutRound()440 (configuration.screenLayout & ~Configuration.SCREENLAYOUT_ROUND_MASK) in setScreenLayoutRound()
143 switch (config.screenLayout & Configuration.SCREENLAYOUT_ROUND_MASK) { in resourceQualifierString()
461 static final int SCREENLAYOUT_ROUND_MASK = 0x03; field in ResTable_config711 return screenLayout2 & SCREENLAYOUT_ROUND_MASK; in screenLayoutRound()715 screenLayout2 = (byte) ((screenLayout2 & ~SCREENLAYOUT_ROUND_MASK) | value); in screenLayoutRound()