Searched refs:SCREENLAYOUT_ROUND_YES (Results 1 – 3 of 3) sorted by relevance
24 import static android.content.res.Configuration.SCREENLAYOUT_ROUND_YES;233 …assertThat(configuration.screenLayout & SCREENLAYOUT_ROUND_MASK).isEqualTo(SCREENLAYOUT_ROUND_YES); in applyQualifiers_shouldHonorSpecifiedQualifiers()
144 case Configuration.SCREENLAYOUT_ROUND_YES: in resourceQualifierString()
463 static final int SCREENLAYOUT_ROUND_YES = 0x02; field in ResTable_config470 map.put(SCREENLAYOUT_ROUND_YES, "round"); in map.put() argument