Searched refs:SCREENLAYOUT_LONG_YES (Results 1 – 4 of 4) sorted by relevance
21 import static android.content.res.Configuration.SCREENLAYOUT_LONG_YES;232 … assertThat(configuration.screenLayout & SCREENLAYOUT_LONG_MASK).isEqualTo(SCREENLAYOUT_LONG_YES); in applyQualifiers_shouldHonorSpecifiedQualifiers()258 .isEqualTo(Configuration.SCREENLAYOUT_LONG_YES); in applyQualifiers_longShouldMakeScreenTaller()268 .isEqualTo(Configuration.SCREENLAYOUT_LONG_YES); in whenScreenRationGreatherThan175Percent_applyQualifiers_ShouldSetLong()
284 == Configuration.SCREENLAYOUT_LONG_YES) { in applyRules()305 ? Configuration.SCREENLAYOUT_LONG_YES in applyRules()
133 case Configuration.SCREENLAYOUT_LONG_YES: in resourceQualifierString()
444 static final int SCREENLAYOUT_LONG_YES = 0x20; field in ResTable_config451 map.put(SCREENLAYOUT_LONG_YES, "long"); in map.put() argument