Searched refs:SCREENLAYOUT_SIZE_MASK (Results 1 – 4 of 4) sorted by relevance
25 import static android.content.res.Configuration.SCREENLAYOUT_SIZE_MASK;162 …assertThat(configuration.screenLayout & SCREENLAYOUT_SIZE_MASK).isEqualTo(SCREENLAYOUT_SIZE_NORMAL… in applyQualifiers_shouldAddDefaults()231 …assertThat(configuration.screenLayout & SCREENLAYOUT_SIZE_MASK).isEqualTo(SCREENLAYOUT_SIZE_XLARGE… in applyQualifiers_shouldHonorSpecifiedQualifiers()
405 return configuration.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK; in getScreenLayoutSize()410 (configuration.screenLayout & ~Configuration.SCREENLAYOUT_SIZE_MASK) in setScreenLayoutSize()
115 switch (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) { in resourceQualifierString()
474 static final int SCREENLAYOUT_SIZE_MASK = 0x0F; field in ResTable_config695 return screenLayout & SCREENLAYOUT_SIZE_MASK; in screenLayoutSize()699 screenLayout = (screenLayout & ~SCREENLAYOUT_SIZE_MASK) | value; in screenLayoutSize()1177 static final int MASK_SCREENSIZE = SCREENLAYOUT_SIZE_MASK;