Searched refs:SCREENLAYOUT_ROUND_NO (Results 1 – 4 of 4) sorted by relevance
23 import static android.content.res.Configuration.SCREENLAYOUT_ROUND_NO;164 … assertThat(configuration.screenLayout & SCREENLAYOUT_ROUND_MASK).isEqualTo(SCREENLAYOUT_ROUND_NO); in applyQualifiers_shouldAddDefaults()
147 case Configuration.SCREENLAYOUT_ROUND_NO: in resourceQualifierString()
310 setScreenLayoutRound(configuration, Configuration.SCREENLAYOUT_ROUND_NO); in applyRules()
462 static final int SCREENLAYOUT_ROUND_NO = 0x01; field in ResTable_config469 map.put(SCREENLAYOUT_ROUND_NO, "notround"); in map.put() argument